FIX: the wipe tower of other PartPlate is generated incorrectly
after cutting Jira: 5979 Change-Id: Ie331c114177fe7d6b0b3cef524646db106df5b1f
This commit is contained in:
parent
7ad3547969
commit
cecf92d4fc
|
@ -10611,6 +10611,7 @@ void Plater::apply_cut_object_to_model(size_t obj_idx, const ModelObjectPtrs &cu
|
|||
{
|
||||
model().delete_object(obj_idx);
|
||||
sidebar().obj_list()->delete_object_from_list(obj_idx);
|
||||
p->partplate_list.notify_instance_removed(obj_idx, -1);
|
||||
|
||||
// suppress to call selection update for Object List to avoid call of early Gizmos on/off update
|
||||
p->load_model_objects(cut_objects, false, false);
|
||||
|
|
Loading…
Reference in New Issue