Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Addendum to r14491 / ticket #3141 which addresses the root cause of t…
…he problem.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14493 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mmassing committed Nov 2, 2010
1 parent 71d6068 commit 1330882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/georeferencer/qgstransformsettingsdialog.cpp
Expand Up @@ -156,7 +156,7 @@ void QgsTransformSettingsDialog::changeEvent( QEvent *e )
void QgsTransformSettingsDialog::accept()
{
int minGCPpoints;
if ( checkGCPpoints( cmbTransformType->currentIndex(), minGCPpoints ) )
if ( checkGCPpoints( cmbTransformType->itemData( cmbTransformType->currentIndex() ).toInt(), minGCPpoints ) )
{
if ( leOutputRaster->text().isEmpty() )
{
Expand Down

0 comments on commit 1330882

Please sign in to comment.