The modification is approved by AZV.
Scenario: create line, lenght, lenght, undo. BUG: the first length is still visualized in conflicted color.
}
if (!(*aGroupIter)->isConsistent()) { // some constraints were removed, try to split the group
(*aGroupIter)->splitGroup(aSeparatedGroups);
- if (!(*aGroupIter)->getWorkplane()->string(
- SketchPlugin_Sketch::SOLVER_ERROR())->value().empty())
+ //if (!(*aGroupIter)->getWorkplane()->string(
+ // SketchPlugin_Sketch::SOLVER_ERROR())->value().empty())
aGroupsToResolve.push_back(*aGroupIter);
}
aGroupIter++;