[GRASS-SVN] r50250 - grass/branches/develbranch_6/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 17 15:50:12 EST 2012
Author: martinl
Date: 2012-01-17 12:50:12 -0800 (Tue, 17 Jan 2012)
New Revision: 50250
Modified:
grass/branches/develbranch_6/gui/wxpython/core/settings.py
Log:
wxGUI/digizer: fill areas by default
(merge r50249 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/core/settings.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/settings.py 2012-01-17 20:48:34 UTC (rev 50249)
+++ grass/branches/develbranch_6/gui/wxpython/core/settings.py 2012-01-17 20:50:12 UTC (rev 50250)
@@ -303,7 +303,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