[GRASS-SVN] r39680 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 4 14:05:08 EST 2009
Author: martinl
Date: 2009-11-04 14:05:07 -0500 (Wed, 04 Nov 2009)
New Revision: 39680
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: auto-rendering enabled by default
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2009-11-04 18:25:17 UTC (rev 39679)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2009-11-04 19:05:07 UTC (rev 39680)
@@ -102,7 +102,7 @@
'enabled' : False
},
'autoRendering': {
- 'enabled' : False
+ 'enabled' : True
},
'autoZooming' : {
'enabled' : False
More information about the grass-commit
mailing list