mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
FIX: print button enable status [STUDIO-3136]
on all plates stats page, should disable print button Change-Id: I27dbc87c6a3ffda8f58a8544aae71618bffb3272
This commit is contained in:
@@ -1615,6 +1615,8 @@ void GLCanvas3D::enable_main_toolbar(bool enable)
|
||||
void GLCanvas3D::reset_select_plate_toolbar_selection() {
|
||||
if (m_sel_plate_toolbar.m_all_plates_stats_item)
|
||||
m_sel_plate_toolbar.m_all_plates_stats_item->selected = false;
|
||||
if (wxGetApp().mainframe)
|
||||
wxGetApp().mainframe->update_slice_print_status(MainFrame::eEventSliceUpdate, true, true);
|
||||
}
|
||||
|
||||
void GLCanvas3D::enable_select_plate_toolbar(bool enable)
|
||||
|
||||
Reference in New Issue
Block a user