Skip to content

Commit

Permalink
Merge pull request #1008 from ynput/bugfix/1007-loader-tool-selection…
Browse files Browse the repository at this point in the history
…-changes-upon-just-hover-over-version-column

Loader UI: Don't change selection on version combobox hover
  • Loading branch information
iLLiCiTiT authored Nov 12, 2024
2 parents ed06d0f + d09d35f commit 78ed33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/tools/loader/ui/products_delegates.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def createEditor(self, parent, option, index):

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)
Expand Down

0 comments on commit 78ed33d

Please sign in to comment.