We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f2649 commit 02bfe0aCopy full SHA for 02bfe0a
resources/qgis_global_settings.ini
@@ -6,7 +6,7 @@ formatLayerName=false
6
digitizing\default_snap_enabled=false
7
8
# Default snapping tolerance (distance)
9
-digitizing\default_snapping_tolerance=15.0
+digitizing\default_snapping_tolerance=12.0
10
11
# Default snap to type
12
# 1 = Vertices only
src/core/qgis.cpp
@@ -84,7 +84,7 @@ const double Qgis::SCALE_PRECISION = 0.9999999999;
84
85
const double Qgis::DEFAULT_Z_COORDINATE = 0.0;
86
87
-const double Qgis::DEFAULT_SNAP_TOLERANCE = 15.0;
+const double Qgis::DEFAULT_SNAP_TOLERANCE = 12.0;
88
89
const int Qgis::DEFAULT_SNAP_UNITS = 1;
90
0 commit comments