merged Denis change to apply input as we type in CTN configuration forms text fieds
authorEdouard Tisserant
Thu, 19 Apr 2018 15:03:23 +0200
changeset 1998 12b20698e4f3
parent 1997 d9e8fb47340f (current diff)
parent 1991 34a9287b6c7d (diff)
child 1999 36a624779f9f
merged Denis change to apply input as we type in CTN configuration forms text fieds
--- a/editors/ConfTreeNodeEditor.py	Thu Apr 19 14:53:42 2018 +0200
+++ b/editors/ConfTreeNodeEditor.py	Thu Apr 19 15:03:23 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()