mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Fixed update of the default menu after changing of the mode.
+ Added check for the output directory for the G-code extport.
This commit is contained in:
parent
4a9602b073
commit
e79bcee739
8 changed files with 29 additions and 8 deletions
|
@ -1780,7 +1780,7 @@ void GUI_App::update_mode()
|
|||
for (auto tab : tabs_list)
|
||||
tab->update_mode();
|
||||
|
||||
plater()->update_object_menu();
|
||||
plater()->update_menus();
|
||||
plater()->canvas3D()->update_gizmos_on_off_state();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue