Skip to content

Commit 02bfe0a

Browse files
committed
Drop default snap tolerance to 12 px
1 parent 67f2649 commit 02bfe0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/qgis_global_settings.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ formatLayerName=false
66
digitizing\default_snap_enabled=false
77

88
# Default snapping tolerance (distance)
9-
digitizing\default_snapping_tolerance=15.0
9+
digitizing\default_snapping_tolerance=12.0
1010

1111
# Default snap to type
1212
# 1 = Vertices only

src/core/qgis.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const double Qgis::SCALE_PRECISION = 0.9999999999;
8484

8585
const double Qgis::DEFAULT_Z_COORDINATE = 0.0;
8686

87-
const double Qgis::DEFAULT_SNAP_TOLERANCE = 15.0;
87+
const double Qgis::DEFAULT_SNAP_TOLERANCE = 12.0;
8888

8989
const int Qgis::DEFAULT_SNAP_UNITS = 1;
9090

0 commit comments

Comments
 (0)