hound fixes

This commit is contained in:
iLLiCiTiT 2021-09-17 19:34:55 +02:00
parent e731003664
commit 1ca05efbaa
3 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,4 @@
import sys
import time
from Qt import QtWidgets, QtCore, QtGui

View file

@ -1,5 +1,4 @@
import sys
import time
from Qt import QtWidgets, QtCore
from avalon import api, io, style, pipeline

View file

@ -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: