mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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):
|
def get_product_item_indexes(self):
|
||||||
return [
|
return [
|
||||||
item.index()
|
self.indexFromItem(item)
|
||||||
for item in self._items_by_id.values()
|
for item in self._items_by_id.values()
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue