瀏覽代碼

wxGUI/vdigit: enable 'break lines on intersection' by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61474 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父節點
當前提交
9eef52244d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/core/settings.py

+ 1 - 1
gui/wxpython/core/settings.py

@@ -455,7 +455,7 @@ class Settings:
                     },
                     },
                 # break lines on intersection
                 # break lines on intersection
                 'breakLines' : {
                 'breakLines' : {
-                    'enabled' : False,
+                    'enabled' : True,
                     },
                     },
                 # close boundary (snap to the first node)
                 # close boundary (snap to the first node)
                 'closeBoundary' : {
                 'closeBoundary' : {