We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 98ce9b6 commit 3df2e9dCopy full SHA for 3df2e9d
src/app/qgsoptions.cpp
@@ -454,8 +454,6 @@ void QgsOptions::saveOptions()
454
settings.setValue( "cache/directory", mCacheDirectory->text() );
455
settings.setValue( "cache/size", QVariant::fromValue( mCacheSize->value()*1024L ) );
456
457
- QgisApp::instance()->namUpdate();
458
-
459
//url to exclude from proxys
460
QString proxyExcludeString;
461
for ( int i = 0; i < mExcludeUrlListWidget->count(); ++i )
@@ -468,6 +466,8 @@ void QgsOptions::saveOptions()
468
466
}
469
467
settings.setValue( "proxy/proxyExcludedUrls", proxyExcludeString );
470
+ QgisApp::instance()->namUpdate();
+
471
//wms search url
472
settings.setValue( "/qgis/WMSSearchUrl", leWmsSearch->text() );
473
0 commit comments