Skip to content

Commit

Permalink
fix combo index
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 23, 2015
1 parent f2033f4 commit dfc2dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssnappingdialog.cpp
Expand Up @@ -130,7 +130,7 @@ void QgsSnappingDialog::reload()
else if ( snapType == "to vertex" )
idx = 0;
else // off
idx = 4;
idx = 3;
mDefaultSnapToComboBox->setCurrentIndex( idx );

double tolerance = settings.value( "/qgis/digitizing/default_snapping_tolerance", 0 ).toDouble();
Expand Down

0 comments on commit dfc2dc7

Please sign in to comment.