mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix reset_callbacks on strict list
This commit is contained in:
parent
e468fc340d
commit
2bca53f6da
1 changed files with 2 additions and 1 deletions
|
|
@ -453,4 +453,5 @@ class ListStrictEntity(ItemEntity):
|
|||
|
||||
def reset_callbacks(self):
|
||||
super(ListStrictEntity, self).reset_callbacks()
|
||||
self.child_obj.reset_callbacks()
|
||||
for child_obj in self.children:
|
||||
child_obj.reset_callbacks()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue