Sketcher: Fix geometry state synchronisation routine
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user