Skip to content

Commit 1330882

Browse files
author
mmassing
committedNov 2, 2010
Addendum to r14491 / ticket #3141 which addresses the root cause of the problem.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14493 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 71d6068 commit 1330882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/georeferencer/qgstransformsettingsdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void QgsTransformSettingsDialog::changeEvent( QEvent *e )
156156
void QgsTransformSettingsDialog::accept()
157157
{
158158
int minGCPpoints;
159-
if ( checkGCPpoints( cmbTransformType->currentIndex(), minGCPpoints ) )
159+
if ( checkGCPpoints( cmbTransformType->itemData( cmbTransformType->currentIndex() ).toInt(), minGCPpoints ) )
160160
{
161161
if ( leOutputRaster->text().isEmpty() )
162162
{

0 commit comments

Comments
 (0)