소스 검색

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:
                 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 \
                 not p.has_key('wxId-bind'):