FIX:fixed display wrong color of the color picker button

Change-Id: I09f955545f5e1adf28842f51394ae63ec1fe3576
This commit is contained in:
tao wang 2022-12-16 15:56:01 +08:00 committed by Lane.Wei
parent 1e5c746429
commit ee59ac76a9
2 changed files with 15 additions and 4 deletions

View file

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