1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Disable "Slice now" and "Export G-code" buttons during BGP

This commit is contained in:
YuSanka
2018-12-04 10:28:05 +01:00
parent 6c69d0e922
commit 3c86203655
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -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();