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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 31 04:39:37 PDT 2014


Author: martinl
Date: 2014-07-31 04:39:37 -0700 (Thu, 31 Jul 2014)
New Revision: 61472

Modified:
   grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI/vdigit: enable snapping to verteces by default

Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py	2014-07-31 11:25:00 UTC (rev 61471)
+++ grass/trunk/gui/wxpython/core/settings.py	2014-07-31 11:39:37 UTC (rev 61472)
@@ -392,7 +392,7 @@
                     'units' : 'screen pixels'
                     },
                 'snapToVertex' : {
-                    'enabled' : False
+                    'enabled' : True
                     },
                 # digitize new record
                 'addRecord' : {



More information about the grass-commit mailing list