Kaynağa Gözat

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

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37013 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 yıl önce
ebeveyn
işleme
1317bc607b
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      gui/wxpython/gui_modules/menuform.py

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

@@ -190,8 +190,8 @@ class UpdateThread(Thread):
                 if prompt == 'vector':
                     name = p.get('name', '')
                     if name in ('map', 'input'):
-                        eventId = p['wxId']
-            if eventId is None:
+                        self.eventId = p['wxId']
+            if self.eventId is None:
                 return
         
         p = self.task.get_param(self.eventId, element='wxId', raiseError=False)