mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #1008 from ynput/bugfix/1007-loader-tool-selection-changes-upon-just-hover-over-version-column
Loader UI: Don't change selection on version combobox hover
This commit is contained in:
commit
78ed33d214
1 changed files with 1 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ class VersionDelegate(QtWidgets.QStyledItemDelegate):
|
|||
|
||||
editor = VersionComboBox(product_id, parent)
|
||||
editor.setProperty("itemId", item_id)
|
||||
editor.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||
|
||||
editor.value_changed.connect(self._on_editor_change)
|
||||
editor.destroyed.connect(self._on_destroy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue