Sketcher: Add new constraints after running addSymmetric

Missed during refactor
This commit is contained in:
Ajinkya Dahale
2026-01-13 03:25:01 +05:30
parent 87d9c67817
commit 8dedebcf3c

View File

@@ -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.