FIX: fix ams_dialog filament color button display

Change-Id: Id02b8e1d703e11006318fa4140393481ff9f5108
This commit is contained in:
liz.li 2022-12-10 15:11:35 +08:00 committed by Lane.Wei
parent ffbb7a8be5
commit 8ad5bdb914
2 changed files with 10 additions and 11 deletions

View file

@ -83,7 +83,7 @@ protected:
Button * m_button_confirm;
wxStaticText* m_tip_readonly;
Button * m_button_close;
wxButton * m_clr_picker;
Button * m_clr_picker;
wxColourData * m_clrData;
#ifdef __APPLE__
wxComboBox *m_comboBox_filament_mac;