mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added a deactivate() function to Tab so when switching tabs it hides … (#5386)
Added a deactivate() function to Tab so when switching tabs it hides the active contents. Also removed clearing of the pages so it's not destroyed each time. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
01213e58b0
commit
7a335590e2
2 changed files with 12 additions and 2 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
void reload_config();
|
||||
void update_visibility(ConfigOptionMode mode, bool update_contolls_visibility);
|
||||
void activate(ConfigOptionMode mode, std::function<void()> throw_if_canceled);
|
||||
void deactivate();
|
||||
void clear();
|
||||
void msw_rescale();
|
||||
void sys_color_changed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue