Fixed splitting of the objects with instances
This commit is contained in:
parent
2200e42174
commit
618d0e4910
3 changed files with 6 additions and 2 deletions
src/slic3r/GUI
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue