mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove parent active validation
This commit is contained in:
parent
067f218752
commit
744d36042c
1 changed files with 1 additions and 1 deletions
|
|
@ -1144,7 +1144,7 @@ class InstanceListView(AbstractInstanceView):
|
|||
instance_id = child.data(INSTANCE_ID_ROLE)
|
||||
widget = self._widgets_by_id[instance_id]
|
||||
widget.set_parent_is_active(parent_active)
|
||||
if parent_active and instance_id in instance_ids:
|
||||
if instance_id in instance_ids:
|
||||
value = new_value
|
||||
if value is None:
|
||||
value = not widget.is_active()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue