mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix refactor
This commit is contained in:
parent
24d9e5017d
commit
e66dbfd3f2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class ListItemDelegate(QtWidgets.QStyledItemDelegate):
|
|||
def __init__(self, parent):
|
||||
super(ListItemDelegate, self).__init__(parent)
|
||||
|
||||
colors_data = get_objected_colors("publisher", "list-view-group")
|
||||
group_color_info = get_objected_colors("publisher", "list-view-group")
|
||||
|
||||
self._group_colors = {
|
||||
key: value.get_qcolor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue