File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1316,7 +1316,7 @@ void QgsOptions::saveOptions()
1316
1316
mSettings ->setValue ( QStringLiteral ( " /qgis/defaultLegendGraphicResolution" ), mLegendGraphicResolutionSpinBox ->value () );
1317
1317
mSettings ->setValue ( QStringLiteral ( " /qgis/mapTipsDelay" ), mMapTipsDelaySpinBox ->value () );
1318
1318
mSettings ->setEnumValue ( QStringLiteral ( " /qgis/copyFeatureFormat" ), ( QgsClipboard::CopyFormat )mComboCopyFeatureFormat ->currentData ().toInt () );
1319
- QgisApp::instance ()->setMapTipsDelay ( mMapTipsDelaySpinBox ->value () );
1319
+ QgisApp::instance ()->setMapTipsDelay ( mMapTipsDelaySpinBox ->value () );
1320
1320
1321
1321
mSettings ->setValue ( QStringLiteral ( " /qgis/new_layers_visible" ), chkAddedVisibility->isChecked () );
1322
1322
mSettings ->setValue ( QStringLiteral ( " /qgis/enable_anti_aliasing" ), chkAntiAliasing->isChecked () );
You can’t perform that action at this time.
0 commit comments