浏览代码

fix https://trac.osgeo.org/grass/changeset/36993

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36994 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父节点
当前提交
a34ec014f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_modules/menuform.py

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

@@ -188,7 +188,7 @@ class UpdateThread(Thread):
             if eventId is None:
             if eventId is None:
                 return
                 return
         
         
-        p = self.task.get_param(self.eventId, element='wxId', raiseError=True)
+        p = self.task.get_param(self.eventId, element='wxId', raiseError=False)
         
         
         if not p or \
         if not p or \
                 not p.has_key('wxId-bind'):
                 not p.has_key('wxId-bind'):