1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
This commit is contained in:
bubnikv
2019-07-26 13:44:41 +02:00
+1 -1
View File
@@ -4751,7 +4751,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();
}