浏览代码

wxGUI/digizer: fill areas by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50249 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父节点
当前提交
f4f13dfb35
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/core/settings.py

+ 1 - 1
gui/wxpython/core/settings.py

@@ -330,7 +330,7 @@ class Settings:
                         'color' : (255, 20, 147, 255)
                         'color' : (255, 20, 147, 255)
                         }, # deep pink
                         }, # deep pink
                     'area' : {
                     'area' : {
-                        'enabled' : False,
+                        'enabled' : True,
                         'color' : (217, 255, 217, 255)
                         'color' : (217, 255, 217, 255)
                         }, # green
                         }, # green
                     'direction' : {
                     'direction' : {