Sketcher: Point DSH: take construction mode into account.
This commit is contained in:
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&) {
|
||||
|
||||
Reference in New Issue
Block a user