[GRASS-SVN] r40110 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 22 06:11:10 EST 2009
Author: martinl
Date: 2009-12-22 06:11:10 -0500 (Tue, 22 Dec 2009)
New Revision: 40110
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: enable auto-rendering by default
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py 2009-12-22 10:22:06 UTC (rev 40109)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py 2009-12-22 11:11:10 UTC (rev 40110)
@@ -102,7 +102,7 @@
'enabled' : False
},
'autoRendering': {
- 'enabled' : False
+ 'enabled' : True
},
'statusbarMode': {
'selection' : 0
More information about the grass-commit
mailing list