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()
1238
1238
mSettings ->setValue ( QStringLiteral ( " /qgis/defaultLegendGraphicResolution" ), mLegendGraphicResolutionSpinBox ->value () );
1239
1239
mSettings ->setValue ( QStringLiteral ( " /qgis/mapTipsDelay" ), mMapTipsDelaySpinBox ->value () );
1240
1240
mSettings ->setValue ( QStringLiteral ( " /qgis/copyFeatureFormat" ), mComboCopyFeatureFormat ->currentData ().toInt () );
1241
+ QgisApp::instance ()->setMapTipsDelay ( mMapTipsDelaySpinBox ->value () );
1241
1242
1242
1243
mSettings ->setValue ( QStringLiteral ( " /qgis/new_layers_visible" ), chkAddedVisibility->isChecked () );
1243
1244
mSettings ->setValue ( QStringLiteral ( " /qgis/enable_anti_aliasing" ), chkAntiAliasing->isChecked () );
You can’t perform that action at this time.
0 commit comments