mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
group items are not enabled
This commit is contained in:
parent
6f26f7c026
commit
66e561dace
1 changed files with 1 additions and 0 deletions
|
|
@ -1070,6 +1070,7 @@ class InstanceListView(_AbstractInstanceView):
|
|||
continue
|
||||
|
||||
group_item = QtGui.QStandardItem(family)
|
||||
group_item.setFlags(QtCore.Qt.ItemIsEnabled)
|
||||
self._group_items[family] = group_item
|
||||
new_group_items.append(group_item)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue