mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
formatting fixes
This commit is contained in:
parent
ef3cf62a41
commit
152e32ac32
2 changed files with 1 additions and 2 deletions
|
|
@ -1014,7 +1014,6 @@ class InstanceCardView(AbstractInstanceView):
|
|||
instance_ids |= children
|
||||
_queue.append((children, widget.is_active()))
|
||||
|
||||
|
||||
def _on_active_changed(self, instance_id: str, value: bool) -> None:
|
||||
self._toggle_instances(value, instance_id)
|
||||
|
||||
|
|
|
|||
|
|
@ -1035,7 +1035,7 @@ class InstanceListView(AbstractInstanceView):
|
|||
for instance_id in children_ids:
|
||||
widget = self._widgets_by_id[instance_id]
|
||||
# Parent active state changed -> traverse children too
|
||||
add_children = False
|
||||
add_children = False
|
||||
if instance_id in instance_ids:
|
||||
add_children = (
|
||||
parent_active is not widget.is_parent_active()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue