FIX:fixed color picker control cannot be clicked on Mac OS

Change-Id: I47ea257ced111c7d519c546375d3ba8b808f1d4e
This commit is contained in:
tao wang 2023-05-25 18:12:50 +08:00 committed by Lane.Wei
parent 713e346a11
commit f5960411a3
3 changed files with 6 additions and 5 deletions

View file

@ -123,6 +123,7 @@ public:
wxColour m_brand_colour;
std::string m_filament_type;
ColorPickerPopup m_color_picker_popup;
ColorPicker * m_clr_picker;
protected:
void create_panel_normal(wxWindow* parent);
@ -153,7 +154,6 @@ protected:
Button * m_button_confirm;
wxStaticText* m_tip_readonly;
Button * m_button_close;
ColorPicker * m_clr_picker;
wxColourData * m_clrData;
wxPanel * m_panel_kn;