فهرست منبع

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):