Fixed synchronization of instances/volumes after resetting scale
This commit is contained in:
parent
3bc4e70da7
commit
5d38d3363c
@ -506,6 +506,10 @@ ObjectManipulation::ObjectManipulation(wxWindow* parent) :
|
||||
else
|
||||
return;
|
||||
|
||||
// Synchronize instances/volumes.
|
||||
selection.synchronize_unselected_instances(Selection::SyncRotationType::GENERAL);
|
||||
selection.synchronize_unselected_volumes();
|
||||
|
||||
canvas->do_scale(L("Reset scale"));
|
||||
UpdateAndShow(true);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user