mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
clicked signal not used
This commit is contained in:
parent
b84ad5449f
commit
81a0aab10b
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ class InstanceView(OverviewView):
|
|||
def __init__(self, parent=None):
|
||||
super(InstanceView, self).__init__(parent)
|
||||
self.viewport().setMouseTracking(True)
|
||||
self.clicked.connect(self.item_expand)
|
||||
|
||||
def mouseMoveEvent(self, event):
|
||||
index = self.indexAt(event.pos())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue