mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed method arguments order
This commit is contained in:
parent
7bb87a14a2
commit
d0958304fa
1 changed files with 1 additions and 1 deletions
|
|
@ -910,7 +910,7 @@ class FamilyModel(QtGui.QStandardItemModel):
|
|||
|
||||
else:
|
||||
item = self._items_by_family[label]
|
||||
item.setData(QtCore.Qt.DisplayRole, label)
|
||||
item.setData(label, QtCore.Qt.DisplayRole)
|
||||
|
||||
item.setCheckState(state)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue