editors/ConfTreeNodeEditor.py
branch#2476
changeset 1991 34a9287b6c7d
parent 1853 47a3f39bead0
child 2001 bcbd41efd846
--- a/editors/ConfTreeNodeEditor.py	Wed Feb 28 16:10:05 2018 +0100
+++ b/editors/ConfTreeNodeEditor.py	Thu Apr 19 09:50:00 2018 +0200
@@ -489,6 +489,7 @@
                             textctrl.ChangeValue(str(element_infos["value"]))
                         callback = self.GetTextCtrlCallBackFunction(textctrl, element_path)
                         textctrl.Bind(wx.EVT_TEXT_ENTER, callback)
+                        textctrl.Bind(wx.EVT_TEXT, callback)
                         textctrl.Bind(wx.EVT_KILL_FOCUS, callback)
             first = False
         sizer.Layout()