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
|
else
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// Synchronize instances/volumes.
|
||||||
|
selection.synchronize_unselected_instances(Selection::SyncRotationType::GENERAL);
|
||||||
|
selection.synchronize_unselected_volumes();
|
||||||
|
|
||||||
canvas->do_scale(L("Reset scale"));
|
canvas->do_scale(L("Reset scale"));
|
||||||
UpdateAndShow(true);
|
UpdateAndShow(true);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue