浏览代码

wxGUI: fix multi column option
(merge from devbr6, https://trac.osgeo.org/grass/changeset/34633)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34635 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 年之前
父节点
当前提交
9551c307e2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      gui/wxpython/gui_modules/menuform.py

+ 1 - 0
gui/wxpython/gui_modules/menuform.py

@@ -1187,6 +1187,7 @@ class cmdPanel(wx.Panel):
                     if p.get('multiple', 'no') == 'yes':
                         win = wx.TextCtrl(parent=which_panel, value = p.get('default',''),
                                           size=globalvar.DIALOG_TEXTCTRL_SIZE)
+                        win.Bind(wx.EVT_TEXT, self.OnSetValue)
                     else:
                         if p.get('prompt', '') in ('layer',
                                                    'layer_all'):