瀏覽代碼

wxGUI: update menuform's blackList for g7

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45556 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年之前
父節點
當前提交
28ec62e4b9
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      gui/wxpython/gui_modules/menuform.py

+ 1 - 4
gui/wxpython/gui_modules/menuform.py

@@ -136,10 +136,7 @@ for (s,r) in str2rgb.items():
     rgb2str[ r ] = s
 
 """!Hide some options in the GUI"""
-_blackList = {
-    'd.legend' : { 'flags' : ['m'],
-                   'params' : [] }
-}
+_blackList = { }
 _ignoreBlackList = True
 
 def color_resolve(color):