mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
don't use QColor when calling 'get_qt_icon'
This commit is contained in:
parent
ace46cd441
commit
34faa2834a
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class SelectVersionComboBox(QtWidgets.QComboBox):
|
|||
icon = get_qt_icon({
|
||||
"type": "material-symbols",
|
||||
"name": version_option.status_icon,
|
||||
"color": QtGui.QColor(version_option.status_color)
|
||||
"color": version_option.status_color
|
||||
})
|
||||
icons_by_name[version_option.status_icon] = icon
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue