mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06:00
Changed layout for for the Preferences Dialog (related to #5381)
+ Fixed #5312 + Deleted unused now EVT_TAB_VALUE_CHANGED and EVT_TAB_PRESETS_CHANGED
This commit is contained in:
parent
b7ac74bc42
commit
661ad1735b
8 changed files with 87 additions and 91 deletions
|
@ -39,13 +39,15 @@ class OG_CustomCtrl :public wxPanel
|
|||
const Line& og_line;
|
||||
|
||||
bool draw_just_act_buttons { false };
|
||||
bool draw_mode_bitmap { true };
|
||||
bool is_visible { true };
|
||||
bool is_focused { false };
|
||||
|
||||
CtrlLine( wxCoord height,
|
||||
OG_CustomCtrl* ctrl,
|
||||
const Line& og_line,
|
||||
bool draw_just_act_buttons = false);
|
||||
bool draw_just_act_buttons = false,
|
||||
bool draw_mode_bitmap = true);
|
||||
~CtrlLine() { ctrl = nullptr; }
|
||||
|
||||
void correct_items_positions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue