Show auto-constraints symbol in point mode

This commit is contained in:
wmayer
2012-12-02 13:27:50 +01:00
parent 3650ec839e
commit 88c6df966e

View File

@@ -1444,6 +1444,7 @@ public:
setPositionText(onSketchPos);
if (seekAutoConstraint(sugConstr, onSketchPos, Base::Vector2D(0.f,0.f))) {
renderSuggestConstraintsCursor(sugConstr);
return;
}
applyCursor();
}