mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 23:02:06 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user