Skip to content

Commit 51fb67b

Browse files
author
jef
committedNov 13, 2010
fix typo - ouch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14625 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgssnappingdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void QgsSnappingDialog::update()
160160
cbxEnable->setChecked( enabledList[ idx ] == "enabled" );
161161
cbxSnapTo->setCurrentIndex( snapToList[idx].toInt() );
162162
leTolerance->setText( QString::number( toleranceList[idx].toDouble(), 'f' ) );
163-
cbxUnits->setCurrentIndex( toleranceUnitList[i].toInt() );
163+
cbxUnits->setCurrentIndex( toleranceUnitList[idx].toInt() );
164164
}
165165

166166
if ( myDockFlag )

0 commit comments

Comments
 (0)
Please sign in to comment.