[GRASS-SVN] r39681 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 4 14:08:45 EST 2009


Author: martinl
Date: 2009-11-04 14:08:45 -0500 (Wed, 04 Nov 2009)
New Revision: 39681

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: auto-rendering enabled by default
       (merge r39680 from devbr6)


Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-11-04 19:05:07 UTC (rev 39680)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-11-04 19:08:45 UTC (rev 39681)
@@ -102,7 +102,7 @@
                     'enabled' : False
                     },
                 'autoRendering': {
-                    'enabled' : False
+                    'enabled' : True
                     },
                 'autoZooming' : {
                     'enabled' : False



More information about the grass-commit mailing list