mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Load preferences before they are saved.
Load all the settings in the PreferenceDialog constructor. Previously all the settings were overwritten with default values the first time PreferencesDialog::syncSettings() was called. Signed-off-by: Michael Andreen <harv@ruin.nu> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2a3a1c1b41
commit
753ebc8ed4
2 changed files with 10 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ public slots:
|
|||
void buttonClicked(QAbstractButton* button);
|
||||
void on_chooseFile_clicked();
|
||||
void syncSettings();
|
||||
void loadSettings();
|
||||
void restorePrefs();
|
||||
void rememberPrefs();
|
||||
void gflowChanged(int gf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue