Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/app/qgsoptions.cpp
|
@@ -1238,6 +1238,7 @@ void QgsOptions::saveOptions() |
|
|
mSettings->setValue( QStringLiteral( "/qgis/defaultLegendGraphicResolution" ), mLegendGraphicResolutionSpinBox->value() ); |
|
|
mSettings->setValue( QStringLiteral( "/qgis/mapTipsDelay" ), mMapTipsDelaySpinBox->value() ); |
|
|
mSettings->setValue( QStringLiteral( "/qgis/copyFeatureFormat" ), mComboCopyFeatureFormat->currentData().toInt() ); |
|
|
QgisApp::instance()->setMapTipsDelay( mMapTipsDelaySpinBox->value() ); |
|
|
|
|
|
mSettings->setValue( QStringLiteral( "/qgis/new_layers_visible" ), chkAddedVisibility->isChecked() ); |
|
|
mSettings->setValue( QStringLiteral( "/qgis/enable_anti_aliasing" ), chkAntiAliasing->isChecked() ); |
|
|