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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 26 13:39:55 PDT 2018


Author: martinl
Date: 2018-08-26 13:39:55 -0700 (Sun, 26 Aug 2018)
New Revision: 73189

Modified:
   grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI: show computational region by default, see #3519

Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py	2018-08-26 20:02:25 UTC (rev 73188)
+++ grass/trunk/gui/wxpython/core/settings.py	2018-08-26 20:39:55 UTC (rev 73189)
@@ -191,7 +191,7 @@
                     'enabled': False
                 },
                 'showCompExtent': {
-                    'enabled': False
+                    'enabled': True
                 },
                 'statusbarMode': {
                     'selection': 0



More information about the grass-commit mailing list