Index: gui/wxpython/gui_core/forms.py
===================================================================
--- gui/wxpython/gui_core/forms.py	(revision 57999)
+++ gui/wxpython/gui_core/forms.py	(working copy)
@@ -1584,7 +1584,7 @@
                         cb.SetValue(value) # parameter previously set
                     which_sizer.Add(item = cb, proportion = 0,
                                     flag = wx.ADJUST_MINSIZE | wx.BOTTOM | wx.LEFT, border = 5)
-                    p['wxId'] = [cb.GetTextCtrl().GetId(),]
+                    p['wxId'] = [cb.GetId(), cb.GetTextCtrl().GetId()]
                     cb.Bind(wx.EVT_COMBOBOX, self.OnSetValue)
                     cb.Bind(wx.EVT_TEXT, self.OnSetValue)
                     if p.get('guidependency', ''):
