mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Take a single undo/redo snapshot when pasting from clipboard
This commit is contained in:
parent
eefd950e16
commit
9593da2613
1 changed files with 1 additions and 1 deletions
|
@ -4719,7 +4719,7 @@ void Plater::paste_from_clipboard()
|
|||
if (!can_paste_from_clipboard())
|
||||
return;
|
||||
|
||||
this->take_snapshot(_(L("Paste From Clipboard")));
|
||||
Plater::TakeSnapshot snapshot(this, _(L("Paste From Clipboard")));
|
||||
p->view3D->get_canvas3d()->get_selection().paste_from_clipboard();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue