瀏覽代碼

wxGUI: missing parameter giface

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55678 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 12 年之前
父節點
當前提交
20f01428e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/lmgr/frame.py

+ 1 - 1
gui/wxpython/lmgr/frame.py

@@ -735,7 +735,7 @@ class GMFrame(wx.Frame):
         """!Parse command selected from menu"""
         if event:       
             cmd = self.GetMenuCmd(event)
-        GUI(parent = self).ParseCommand(cmd)
+        GUI(parent=self, giface=self._giface).ParseCommand(cmd)
         
     def OnVNet(self, event):
         """Vector network analysis tool"""