[GRASS-SVN] r61474 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 31 04:48:14 PDT 2014
Author: martinl
Date: 2014-07-31 04:48:14 -0700 (Thu, 31 Jul 2014)
New Revision: 61474
Modified:
grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI/vdigit: enable 'break lines on intersection' by default
Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py 2014-07-31 11:47:37 UTC (rev 61473)
+++ grass/trunk/gui/wxpython/core/settings.py 2014-07-31 11:48:14 UTC (rev 61474)
@@ -455,7 +455,7 @@
},
# break lines on intersection
'breakLines' : {
- 'enabled' : False,
+ 'enabled' : True,
},
# close boundary (snap to the first node)
'closeBoundary' : {
More information about the grass-commit
mailing list