1. create fully-constrained set of elements
2. Click "collinear"
3. Select two elements
4. Click on "horizontal"
Result: it is filled and sketch is overconstrained.
(myWorkshop->currentOperation());
if (aFOperation && module()->sketchMgr()->isNestedSketchOperation(aFOperation)) {
+ /// improvement to deselect automatically all eventual selected objects, when
+ // returning to the neutral point of the Sketcher or start internal edit
+ workshop()->selector()->clearSelection();
+
aFOperation->setEditOperation(true/*, false*/);
createInternalFeature();