mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
enumerator widget can set value
This commit is contained in:
parent
58b74d1a68
commit
9372736c48
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ class EnumeratorWidget(InputWidget):
|
|||
def _on_value_change(self):
|
||||
if self.ignore_input_changes:
|
||||
return
|
||||
print("_on_value_change", self.__class__.__name__, self.entity.path)
|
||||
self.entity.set_value(self.input_field.value())
|
||||
|
||||
|
||||
class PathWidget(BaseWidget):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue