diff --git a/src/clipboard.cpp b/src/clipboard.cpp index d49f89e..a6be420 100644 --- a/src/clipboard.cpp +++ b/src/clipboard.cpp @@ -201,7 +201,7 @@ void GraphicsWindow::PasteClipboard(Vector trans, double theta, double scale) { c.other2 = cc->other2; c.reference = cc->reference; c.disp = cc->disp; - Constraint::AddConstraint(&c); + Constraint::AddConstraint(&c, /*rememberForUndo=*/false); } SS.ScheduleGenerateAll();