mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Undo / Redo fixes
This commit is contained in:
parent
6a3fc5bde3
commit
4e2fda3315
11 changed files with 151 additions and 89 deletions
|
@ -673,6 +673,7 @@ bool GLGizmosManager::on_mouse(wxMouseEvent& evt, GLCanvas3D& canvas)
|
|||
{
|
||||
case Move:
|
||||
{
|
||||
wxGetApp().plater()->take_snapshot(_(L("Move Object")));
|
||||
canvas.disable_regenerate_volumes();
|
||||
canvas.do_move();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue