Sketcher: Fix geometry state synchronisation routine

This commit is contained in:
Abdullah Tahiri
2021-02-09 20:21:17 +01:00
parent f79cef0e8a
commit 4c55d91093

View File

@@ -7618,8 +7618,10 @@ void SketchObject::synchroniseGeometryState()
bool constraintBlockedState = false;
for (auto cstr : Constraints.getValues()) {
getInternalTypeState(cstr, constraintInternalAlignment);
getBlockedState(cstr, constraintBlockedState);
if(cstr->First == int(i)) {
getInternalTypeState(cstr, constraintInternalAlignment);
getBlockedState(cstr, constraintBlockedState);
}
}
if(constraintInternalAlignment != facadeInternalAlignment)