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

View file

@ -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();