Fixed wrong importing of the 3mf with modifier/part which is contain settings

This commit is contained in:
YuSanka 2018-12-10 10:38:32 +01:00
parent 31387af176
commit abbc451f80
2 changed files with 32 additions and 8 deletions
src/slic3r/GUI

View file

@ -795,6 +795,7 @@ void MainFrame::update_ui_from_settings()
bool bp_on = wxGetApp().app_config->get("background_processing") == "1";
m_menu_item_reslice_now->Enable(bp_on);
m_plater->sidebar().show_button(baReslice, !bp_on);
m_plater->sidebar().Layout();
if (m_plater)
m_plater->update_ui_from_settings();
for (auto tab: wxGetApp().tabs_list)