Skip to content

Commit

Permalink
[georeferencer] reset world file checkbox when transformation differ …
Browse files Browse the repository at this point in the history
…from Linear (Fixes #9251)
  • Loading branch information
slarosa committed Dec 27, 2013
1 parent 7507cfc commit 8dd31ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/georeferencer/qgstransformsettingsdialog.cpp
Expand Up @@ -303,6 +303,8 @@ void QgsTransformSettingsDialog::on_cmbTransformType_currentIndexChanged( const
else
{
mWorldFileCheckBox->setEnabled( false );
// reset world file checkbox when transformation differ from Linear
mWorldFileCheckBox->setChecked( false );
}
}

Expand Down

0 comments on commit 8dd31ff

Please sign in to comment.