mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
list item does not have focus on btns
This commit is contained in:
parent
5fe6a1e25d
commit
66f99b3211
1 changed files with 2 additions and 0 deletions
|
|
@ -914,6 +914,8 @@ class TextListItem(QtWidgets.QWidget, ConfigObject):
|
|||
self.text_input = QtWidgets.QLineEdit()
|
||||
self.add_btn = QtWidgets.QPushButton("+")
|
||||
self.remove_btn = QtWidgets.QPushButton("-")
|
||||
self.add_btn.setFocusPolicy(QtCore.Qt.ClickFocus)
|
||||
self.remove_btn.setFocusPolicy(QtCore.Qt.ClickFocus)
|
||||
|
||||
self.add_btn.setProperty("btn-type", "text-list")
|
||||
self.remove_btn.setProperty("btn-type", "text-list")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue