fix events
This commit is contained in:
parent
4b03ced1f7
commit
49577953c6
@ -157,6 +157,7 @@ class PropertyValidationError(Exception):
|
||||
class PropertyValidator(PropertyManager):
|
||||
def __init__(self, pm: PropertyManager, validators=None):
|
||||
self.pm = pm
|
||||
self.pm.wire(self._fireCallbacks)
|
||||
if validators is None:
|
||||
self.validators = {}
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user