mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
1st installment of removal of tabs from plater
This commit is contained in:
parent
129c35b714
commit
428800ad1e
8 changed files with 565 additions and 6 deletions
|
@ -125,6 +125,9 @@ public:
|
|||
|
||||
void update();
|
||||
void select_view(const std::string& direction);
|
||||
#if ENABLE_REMOVE_TABS_FROM_PLATER
|
||||
void select_view_3D(const std::string& name);
|
||||
#endif // ENABLE_REMOVE_TABS_FROM_PLATER
|
||||
// Called after the Preferences dialog is closed and the program settings are saved.
|
||||
// Update the UI based on the current preferences.
|
||||
void update_ui_from_settings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue