Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5821 from ynput/bugfix/number-attr-def
Browse files Browse the repository at this point in the history
Attribute Defs: Hide multivalue widget in Number by default
  • Loading branch information
iLLiCiTiT authored Oct 26, 2023
2 parents b3dc3c1 + 71014fc commit 9ed1e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpype/tools/attribute_defs/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def _ui_init(self):
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)
Expand Down

0 comments on commit 9ed1e77

Please sign in to comment.