Sketcher: Add new constraints after running addSymmetric
Missed during refactor
This commit is contained in:
@@ -4598,6 +4598,10 @@ int SketchObject::addSymmetric(
|
||||
}
|
||||
// Note bspline has symmetric by the internal aligned circles.
|
||||
}
|
||||
|
||||
if (newconstrVals.size() > constrvals.size()) {
|
||||
Constraints.setValues(std::move(newconstrVals));
|
||||
}
|
||||
}
|
||||
|
||||
// we delayed update, so trigger it now.
|
||||
|
||||
Reference in New Issue
Block a user