Fixed synchronization of instances/volumes after resetting scale
This commit is contained in:
parent
3bc4e70da7
commit
5d38d3363c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue