mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Reset buttons: synchronization of instances/volumes
This commit is contained in:
@@ -216,6 +216,9 @@ ObjectManipulation::ObjectManipulation(wxWindow* parent) :
|
||||
else
|
||||
return;
|
||||
|
||||
selection.synchronize_unselected_instances(Selection::SYNC_ROTATION_GENERAL);
|
||||
selection.synchronize_unselected_volumes();
|
||||
|
||||
canvas->do_mirror();
|
||||
canvas->set_as_dirty();
|
||||
UpdateAndShow(true);
|
||||
@@ -294,6 +297,8 @@ ObjectManipulation::ObjectManipulation(wxWindow* parent) :
|
||||
else
|
||||
return;
|
||||
|
||||
selection.synchronize_unselected_instances(Selection::SYNC_ROTATION_GENERAL);
|
||||
selection.synchronize_unselected_volumes();
|
||||
canvas->do_rotate();
|
||||
|
||||
UpdateAndShow(true);
|
||||
|
||||
Reference in New Issue
Block a user