Browse Source

wxGUI: show boundaries by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56111 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
22614e29a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/core/settings.py

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

@@ -298,7 +298,7 @@ class Settings:
                         'enabled' : False
                         },
                     'boundary' : {
-                        'enabled' : False
+                        'enabled' : True
                         },
                     'area' : {
                         'enabled' : True