mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Disable "Slice now" and "Export G-code" buttons during BGP
This commit is contained in:
parent
6c69d0e922
commit
3c86203655
3 changed files with 9 additions and 10 deletions
|
@ -520,7 +520,7 @@ void GUI_App::update_mode()
|
|||
|
||||
obj_list()->get_sizer()->Show(mode == ConfigMenuModeExpert);
|
||||
sidebar().set_mode_value(mode);
|
||||
sidebar().show_buttons(mode == ConfigMenuModeExpert);
|
||||
// sidebar().show_buttons(mode == ConfigMenuModeExpert);
|
||||
obj_list()->update_selections();
|
||||
|
||||
sidebar().Layout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue