mutable dict fill values of keys

This commit is contained in:
iLLiCiTiT 2021-02-05 16:32:17 +01:00
parent 1088102e57
commit 8abe266995

View file

@ -704,6 +704,7 @@ class DictMutableKeysWidget(BaseWidget):
widget = self.add_widget_for_child(child_entity)
widget.origin_key = key
widget.key_input.setText(key)
widget.input_field.set_entity_value()
self.on_shuffle()
def hierarchical_style_update(self):