Sketcher: Point DSH: take construction mode into account.

This commit is contained in:
PaddleStroke
2024-04-08 17:49:46 +02:00
committed by Yorik van Havre
parent 17af20aa20
commit 81fcfa1dbe
@@ -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&) {