mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 08:32:42 +00:00
Follow-up of 6c3aae8f89 -> Fixed update of objects list when object has a unique instance
This commit is contained in:
@@ -3113,6 +3113,7 @@ void Plater::priv::reload_from_disk()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (object_orig->instances.size() > 1)
|
||||||
sidebar->obj_list()->increase_object_instances(idx, object_orig->instances.size());
|
sidebar->obj_list()->increase_object_instances(idx, object_orig->instances.size());
|
||||||
|
|
||||||
// XXX: Restore more: layer_height_ranges, layer_height_profile (?)
|
// XXX: Restore more: layer_height_ranges, layer_height_profile (?)
|
||||||
|
|||||||
Reference in New Issue
Block a user