FIX:AMSMaterialSetting dialog

1.Set dialog readonly when printing
2.replace comboBox with text when set readonly

Change-Id: Ic9d9570f3984088550b70628f4acb33c83108dde
This commit is contained in:
liz.li
2022-09-08 21:49:36 +08:00
committed by Lane.Wei
parent 0a1f3df697
commit 3fb942077c
2 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -84,12 +84,12 @@ protected:
Button * m_button_close;
Button * m_clr_picker;
wxColourData * m_clrData;
#ifdef __APPLE__
wxComboBox *m_comboBox_filament_mac;
#else
ComboBox *m_comboBox_filament;
#endif
TextInput* m_readonly_filament;
};
}} // namespace Slic3r::GUI