mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 20:32:06 +00:00
FIX:update SyncAmsInfoDialog
jira: STUDIO-9928 STUDIO-9934 Change-Id: Ica81cb037ff0b99cc53a762b280a666e8c832ab3 (cherry picked from commit eeb474d2cee9187961db1941be952f806ff6c76d)
This commit is contained in:
@@ -72,8 +72,10 @@ struct TrayData
|
||||
class MaterialItem: public wxPanel
|
||||
{
|
||||
int m_text_pos_y = -1;
|
||||
bool m_use_in_ams_sync = false;
|
||||
|
||||
public:
|
||||
MaterialItem(wxWindow *parent,wxColour mcolour, wxString mname);
|
||||
MaterialItem(wxWindow *parent, wxColour mcolour, wxString mname, bool use_in_ams_sync = false);
|
||||
~MaterialItem();
|
||||
|
||||
wxPanel* m_main_panel;
|
||||
|
||||
Reference in New Issue
Block a user