We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb560c commit 8fabc4dCopy full SHA for 8fabc4d
src/gui/qgsnewhttpconnection.cpp
@@ -207,7 +207,7 @@ void QgsNewHttpConnection::accept()
207
settings.setValue( key + "/invertAxisOrientation", cbxInvertAxisOrientation->isChecked() );
208
settings.setValue( key + "/smoothPixmapTransform", cbxSmoothPixmapTransform->isChecked() );
209
210
- int dpiMode;
+ int dpiMode = 0;
211
switch ( cmbDpiMode->currentIndex() )
212
{
213
case 0: // all => QGIS|UMN|GeoServer
0 commit comments