[GRASS-SVN] r56111 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 4 02:36:53 PDT 2013


Author: martinl
Date: 2013-05-04 02:36:53 -0700 (Sat, 04 May 2013)
New Revision: 56111

Modified:
   grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI: show boundaries by default


Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py	2013-05-04 08:54:06 UTC (rev 56110)
+++ grass/trunk/gui/wxpython/core/settings.py	2013-05-04 09:36:53 UTC (rev 56111)
@@ -298,7 +298,7 @@
                         'enabled' : False
                         },
                     'boundary' : {
-                        'enabled' : False
+                        'enabled' : True
                         },
                     'area' : {
                         'enabled' : True



More information about the grass-commit mailing list