mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
moved variable definition
This commit is contained in:
parent
05eeca0307
commit
b84ad5449f
1 changed files with 1 additions and 1 deletions
|
|
@ -214,8 +214,8 @@ class InstanceView(OverviewView):
|
|||
):
|
||||
if event.pos().x() < 20:
|
||||
indexes = self.selectionModel().selectedIndexes()
|
||||
any_checked = False
|
||||
if pos_index in indexes:
|
||||
any_checked = False
|
||||
for index in indexes:
|
||||
if index.data(QtCore.Qt.CheckStateRole):
|
||||
any_checked = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue