mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -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
|
@ -263,6 +263,7 @@ void ObjectList::selection_changed()
|
|||
event.SetEventObject(this);
|
||||
wxPostEvent(this, event);
|
||||
}
|
||||
wxGetApp().sidebar().enable_buttons(!m_objects_model->IsEmpty());
|
||||
|
||||
part_selection_changed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue