mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #5821 from ynput/bugfix/number-attr-def
Attribute Defs: Hide multivalue widget in Number by default
This commit is contained in:
commit
9ed1e77c29
1 changed files with 1 additions and 0 deletions
|
|
@ -298,6 +298,7 @@ class NumberAttrWidget(_BaseAttrDefWidget):
|
|||
input_widget.installEventFilter(self)
|
||||
|
||||
multisel_widget = ClickableLineEdit("< Multiselection >", self)
|
||||
multisel_widget.setVisible(False)
|
||||
|
||||
input_widget.valueChanged.connect(self._on_value_change)
|
||||
multisel_widget.clicked.connect(self._on_multi_click)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue