File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -1238,6 +1238,7 @@ void QgsOptions::saveOptions()
12381238 mSettings ->setValue ( QStringLiteral ( " /qgis/defaultLegendGraphicResolution" ), mLegendGraphicResolutionSpinBox ->value () );
12391239 mSettings ->setValue ( QStringLiteral ( " /qgis/mapTipsDelay" ), mMapTipsDelaySpinBox ->value () );
12401240 mSettings ->setValue ( QStringLiteral ( " /qgis/copyFeatureFormat" ), mComboCopyFeatureFormat ->currentData ().toInt () );
1241+ QgisApp::instance ()->setMapTipsDelay ( mMapTipsDelaySpinBox ->value () );
12411242
12421243 mSettings ->setValue ( QStringLiteral ( " /qgis/new_layers_visible" ), chkAddedVisibility->isChecked () );
12431244 mSettings ->setValue ( QStringLiteral ( " /qgis/enable_anti_aliasing" ), chkAntiAliasing->isChecked () );
You can’t perform that action at this time.
0 commit comments