mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: height range layers displayed in wrong position
jira: STUDIO-5341 Change-Id: I83918b4624f367efa54321f1898e1176cdb04ea9
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user