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()
13161316 mSettings ->setValue ( QStringLiteral ( " /qgis/defaultLegendGraphicResolution" ), mLegendGraphicResolutionSpinBox ->value () );
13171317 mSettings ->setValue ( QStringLiteral ( " /qgis/mapTipsDelay" ), mMapTipsDelaySpinBox ->value () );
13181318 mSettings ->setEnumValue ( QStringLiteral ( " /qgis/copyFeatureFormat" ), ( QgsClipboard::CopyFormat )mComboCopyFeatureFormat ->currentData ().toInt () );
1319- QgisApp::instance ()->setMapTipsDelay ( mMapTipsDelaySpinBox ->value () );
1319+ QgisApp::instance ()->setMapTipsDelay ( mMapTipsDelaySpinBox ->value () );
13201320
13211321 mSettings ->setValue ( QStringLiteral ( " /qgis/new_layers_visible" ), chkAddedVisibility->isChecked () );
13221322 mSettings ->setValue ( QStringLiteral ( " /qgis/enable_anti_aliasing" ), chkAntiAliasing->isChecked () );
You can’t perform that action at this time.
0 commit comments