We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d6068 commit 1330882Copy full SHA for 1330882
src/plugins/georeferencer/qgstransformsettingsdialog.cpp
@@ -156,7 +156,7 @@ void QgsTransformSettingsDialog::changeEvent( QEvent *e )
156
void QgsTransformSettingsDialog::accept()
157
{
158
int minGCPpoints;
159
- if ( checkGCPpoints( cmbTransformType->currentIndex(), minGCPpoints ) )
+ if ( checkGCPpoints( cmbTransformType->itemData( cmbTransformType->currentIndex() ).toInt(), minGCPpoints ) )
160
161
if ( leOutputRaster->text().isEmpty() )
162
0 commit comments