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 17af20aa20
commit 81fcfa1dbe

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&) {