diff --git a/src/Mod/Sketcher/Gui/CommandConstraints.cpp b/src/Mod/Sketcher/Gui/CommandConstraints.cpp index 367ae45b33..f24809b616 100644 --- a/src/Mod/Sketcher/Gui/CommandConstraints.cpp +++ b/src/Mod/Sketcher/Gui/CommandConstraints.cpp @@ -2366,6 +2366,7 @@ CmdSketcherDimension::CmdSketcherDimension() void CmdSketcherDimension::activated(int iMsg) { Q_UNUSED(iMsg); + App::AutoTransaction::setEnable(false); // get the selection std::vector selection = getSelection().getSelectionEx();