enumerator widget can set value

This commit is contained in:
iLLiCiTiT 2021-02-08 13:09:47 +01:00
parent 58b74d1a68
commit 9372736c48

View file

@ -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):