mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Undo / Redo fixes
This commit is contained in:
@@ -655,6 +655,7 @@ void ObjectManipulation::change_position_value(int axis, double value)
|
||||
Selection& selection = canvas->get_selection();
|
||||
selection.start_dragging();
|
||||
selection.translate(position - m_cache.position, selection.requires_local_axes());
|
||||
wxGetApp().plater()->take_snapshot(_(L("Set Position")));
|
||||
canvas->do_move();
|
||||
|
||||
m_cache.position = position;
|
||||
|
||||
Reference in New Issue
Block a user