Przeglądaj źródła

wxGUI/vdigit: enable snapping to verteces by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61472 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 lat temu
rodzic
commit
d88198f5c2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/wxpython/core/settings.py

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

@@ -392,7 +392,7 @@ class Settings:
                     'units' : 'screen pixels'
                     },
                 'snapToVertex' : {
-                    'enabled' : False
+                    'enabled' : True
                     },
                 # digitize new record
                 'addRecord' : {