Skip to content

Commit

Permalink
Changed order in which settings are loaded to prevent usage of unload…
Browse files Browse the repository at this point in the history
…ed settings.
  • Loading branch information
RobertKrajewski committed Dec 31, 2014
1 parent 5ea8e36 commit 96f43ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mymainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ void MyMainWindow::loadSettings()
// Einstellungen alter Versionen entfernen
removeOldSettings();

ui->browserTab->loadSettings();
ui->optionsTab->loadSettings();
ui->browserTab->loadSettings();
ui->logTab->loadSettings();
}

Expand Down

0 comments on commit 96f43ee

Please sign in to comment.