Skip to content

Commit

Permalink
Drop default snap tolerance to 12 px
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 30, 2018
1 parent 67f2649 commit 02bfe0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/qgis_global_settings.ini
Expand Up @@ -6,7 +6,7 @@ formatLayerName=false
digitizing\default_snap_enabled=false

# Default snapping tolerance (distance)
digitizing\default_snapping_tolerance=15.0
digitizing\default_snapping_tolerance=12.0

# Default snap to type
# 1 = Vertices only
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgis.cpp
Expand Up @@ -84,7 +84,7 @@ const double Qgis::SCALE_PRECISION = 0.9999999999;

const double Qgis::DEFAULT_Z_COORDINATE = 0.0;

const double Qgis::DEFAULT_SNAP_TOLERANCE = 15.0;
const double Qgis::DEFAULT_SNAP_TOLERANCE = 12.0;

const int Qgis::DEFAULT_SNAP_UNITS = 1;

Expand Down

0 comments on commit 02bfe0a

Please sign in to comment.