浏览代码

wxGUI: fix launching v.krige, see https://trac.osgeo.org/grass/ticket/2795 (merge from trunk, https://trac.osgeo.org/grass/changeset/66894)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66915 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 年之前
父节点
当前提交
2cbfd1045d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/lmgr/frame.py

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

@@ -744,7 +744,7 @@ class GMFrame(wx.Frame):
         
         # check list of dummy commands for GUI modules that do not have GRASS
         # bin modules or scripts. 
-        if cmd in ['vcolors', 'r.mapcalc', 'r3.mapcalc']:
+        if cmd in ['vcolors', 'r.mapcalc', 'r3.mapcalc', 'v.krige']:
             return cmdlist
 
         try: