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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 17 15:48:34 EST 2012


Author: martinl
Date: 2012-01-17 12:48:34 -0800 (Tue, 17 Jan 2012)
New Revision: 50249

Modified:
   grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI/digizer: fill areas by default


Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py	2012-01-17 20:39:13 UTC (rev 50248)
+++ grass/trunk/gui/wxpython/core/settings.py	2012-01-17 20:48:34 UTC (rev 50249)
@@ -330,7 +330,7 @@
                         'color' : (255, 20, 147, 255)
                         }, # deep pink
                     'area' : {
-                        'enabled' : False,
+                        'enabled' : True,
                         'color' : (217, 255, 217, 255)
                         }, # green
                     'direction' : {



More information about the grass-commit mailing list