Fixed splitting of the objects with instances

This commit is contained in:
YuSanka 2018-11-01 16:22:16 +01:00
parent 2200e42174
commit 618d0e4910
3 changed files with 6 additions and 2 deletions
src/slic3r/GUI

View file

@ -1115,6 +1115,9 @@ void ObjectList::add_object_to_list(size_t obj_idx)
Expand(item);
}
if (model_object->instances.size()>1)
increase_object_instances(obj_idx, model_object->instances.size());
#ifndef __WXOSX__
selection_changed();
#endif //__WXMSW__