Sketcher: Point DSH: take construction mode into account.

This commit is contained in:
PaddleStroke
2024-03-22 13:20:10 +01:00
committed by Yorik van Havre
parent d46f424a6a
commit 8c1b69e3c6

View File

@@ -86,6 +86,12 @@ private:
editPoint.x,
editPoint.y);
if (!isConstructionMode()) {
Gui::cmdAppObjectArgs(sketchgui->getObject(),
"toggleConstruction(%d)",
getHighestCurveIndex());
}
Gui::Command::commitCommand();
}
catch (const Base::Exception&) {