mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix 'get_product_item_indexes'
This commit is contained in:
parent
05e71ef332
commit
0b53b8f336
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class ProductsModel(QtGui.QStandardItemModel):
|
|||
|
||||
def get_product_item_indexes(self):
|
||||
return [
|
||||
item.index()
|
||||
self.indexFromItem(item)
|
||||
for item in self._items_by_id.values()
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue