Explorar o código

wxGUI/digizer: fill areas by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50249 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=13) %!d(string=hai) anos
pai
achega
f4f13dfb35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
                         }, # deep pink
                     'area' : {
-                        'enabled' : False,
+                        'enabled' : True,
                         'color' : (217, 255, 217, 255)
                         }, # green
                     'direction' : {