diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp index 2b3253ba1..b19f99144 100644 --- a/src/slic3r/GUI/GUI_ObjectList.cpp +++ b/src/slic3r/GUI/GUI_ObjectList.cpp @@ -3413,6 +3413,8 @@ void ObjectList::part_selection_changed() wxGetApp().obj_settings()->get_og()->set_name(" " + og_name + " "); #endif + if (!this->IsShown()) + update_and_show_layers = false; if (printer_technology() == ptSLA) update_and_show_layers = false; else if (update_and_show_layers) {