mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
validate index
This commit is contained in:
parent
73a8581825
commit
05eeca0307
1 changed files with 2 additions and 0 deletions
|
|
@ -178,6 +178,8 @@ class InstanceView(OverviewView):
|
|||
self.collapse(index)
|
||||
|
||||
def group_toggle(self, index):
|
||||
if not index.isValid():
|
||||
return
|
||||
model = index.model()
|
||||
|
||||
chilren_indexes_checked = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue