Explorar o código

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 %!s(int64=16) %!d(string=hai) anos
pai
achega
a34ec014f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'):