mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX:fixed color picker control cannot be clicked on Mac OS
Change-Id: I47ea257ced111c7d519c546375d3ba8b808f1d4e
This commit is contained in:
parent
713e346a11
commit
f5960411a3
3 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue