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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 10 14:08:08 PDT 2015


Author: martinl
Date: 2015-07-10 14:08:08 -0700 (Fri, 10 Jul 2015)
New Revision: 65568

Modified:
   grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI: remove boundary from default options
       see r65567


Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py	2015-07-10 21:05:41 UTC (rev 65567)
+++ grass/trunk/gui/wxpython/core/settings.py	2015-07-10 21:08:08 UTC (rev 65568)
@@ -296,7 +296,7 @@
                         'enabled' : False
                         },
                     'boundary' : {
-                        'enabled' : True
+                        'enabled' : False
                         },
                     'area' : {
                         'enabled' : True



More information about the grass-commit mailing list