]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/dolphinsettingsdialog.cpp
Respect Shift- and Control-key for the rubberband selection
[dolphin.git] / src / settings / dolphinsettingsdialog.cpp
index b1988ddc1e558290faa002025509ae6417ce8153..79a241acabd3f084c2b21bc7a2e93013a2a9be47 100644 (file)
@@ -130,17 +130,17 @@ void DolphinSettingsDialog::applySettings()
         page->applySettings();
     }
 
+    emit settingsChanged();
+
     GeneralSettings* settings = DolphinSettings::instance().generalSettings();
     if (settings->modifiedStartupSettings()) {
         // Reset the modified startup settings hint. The changed startup settings
-        // have been applied already in app()->refreshMainWindows().
+        // have been applied already due to emitting settingsChanged().
         settings->setModifiedStartupSettings(false);
         settings->writeConfig();
     }
 
     enableButtonApply(false);
-
-    emit settingsChanged();
 }
 
 void DolphinSettingsDialog::restoreDefaults()