mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hide multivalue widget by default
This commit is contained in:
parent
46ee9cf7af
commit
71014fca0b
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