assembly: remove recompute on restoring constraint

This commit is contained in:
Zheng, Lei 2019-01-29 21:04:44 +08:00
parent e15a96bf81
commit 81c380d551

View File

@ -1602,8 +1602,6 @@ class AsmConstraint(AsmGroup):
obj.setPropertyStatus('VisibilityList','Immutable')
obj.setPropertyStatus('VisibilityList','NoModify')
Constraint.attach(obj)
obj.recompute()
self.version = AsmVersion()
def checkMultiply(self):