mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
hound fixes
This commit is contained in:
parent
e731003664
commit
1ca05efbaa
3 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import sys
|
||||
import time
|
||||
|
||||
from Qt import QtWidgets, QtCore, QtGui
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import sys
|
||||
import time
|
||||
|
||||
from Qt import QtWidgets, QtCore
|
||||
from avalon import api, io, style, pipeline
|
||||
|
|
|
|||
|
|
@ -911,7 +911,7 @@ class FamilyModel(QtGui.QStandardItemModel):
|
|||
item.setData(QtCore.Qt.DisplayRole, label)
|
||||
new_items.append(item)
|
||||
self._items_by_family[family] = item
|
||||
|
||||
|
||||
item.setCheckState(state)
|
||||
|
||||
if icon:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue