mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed multiple selection in instance view
This commit is contained in:
parent
ec6f10c4aa
commit
fb5abe71b6
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ class InstanceView(OverviewView):
|
|||
index = self.indexAt(event.pos())
|
||||
if index.data(Roles.TypeRole) == model.GroupType:
|
||||
self.update(index)
|
||||
super(InstanceView, self).mouseMoveEvent(event)
|
||||
|
||||
def item_expand(self, index, expand=None):
|
||||
if expand is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue