FIX:modify text and fix show bug of SyncAmsInfoDialog

jira: STUDIO-9974
Change-Id: Id10dd54bc23e98cd709860b563fc26b4c570b98f
(cherry picked from commit c3990592ac4f531c162fb37fd08893a6cefdfbc4)
This commit is contained in:
zhou.xu
2025-01-20 15:05:15 +08:00
committed by Noisyfox
parent 83971debef
commit 193083bbd7
3 changed files with 45 additions and 22 deletions

View File

@@ -163,8 +163,10 @@ public:
class AmsMapingPopup : public PopupWindow
{
bool m_use_in_sync_dialog = false;
public:
AmsMapingPopup(wxWindow *parent);
AmsMapingPopup(wxWindow *parent,bool use_in_sync_dialog = false);
~AmsMapingPopup() {};
wxWindow* send_win{ nullptr };
@@ -195,7 +197,11 @@ public:
wxPanel* m_right_marea_panel;
wxBoxSizer * m_left_split_ams_sizer{nullptr};
wxBoxSizer * m_right_split_ams_sizer{nullptr};
Label * m_left_tips{nullptr};
Label * m_right_tips{nullptr};
wxString m_single_tip_text;
wxString m_left_tip_text;
wxString m_right_tip_text;
wxBoxSizer* m_sizer_split_ams_left;
wxBoxSizer* m_sizer_split_ams_right;