소스 검색

wxGUI: missing 'symbolArea' added to preferences, related to https://trac.osgeo.org/grass/changeset/32132

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32134 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 년 전
부모
커밋
88ae3dbded
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      gui/wxpython/gui_modules/preferences.py

+ 4 - 0
gui/wxpython/gui_modules/preferences.py

@@ -206,6 +206,10 @@ class Settings:
                     'enabled' : False,
                     'color' : (255, 20, 147, 255)
                     }, # deep pink
+                'symbolArea' : {
+                    'enabled' : True,
+                    'color' : (217, 255, 217, 255)
+                    }, # green
                 'symbolDirection' : {
                     'enabled' : False,
                     'color' : (255, 0, 0, 255)