First implementation of the separate plater from the settings tabs

+ Added collapse_toolbar
This commit is contained in:
YuSanka 2020-04-23 12:41:38 +02:00
parent b447b45a3e
commit fcb85dcdc3
9 changed files with 211 additions and 41 deletions

View file

@ -424,6 +424,8 @@ bool GUI_App::on_init_inner()
update_mode(); // update view mode after fix of the object_list size
mainframe->switch_to(true); // hide settings tabs after mode updating
m_initialized = true;
return true;
}