diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp index 33f98a4b..4fe1bb7a 100644 --- a/oscar/mainwindow.cpp +++ b/oscar/mainwindow.cpp @@ -1308,6 +1308,9 @@ void MainWindow::on_action_Preferences_triggered() if (pd.exec() == PreferencesDialog::Accepted) { // Apply any updates from preference changes (notably fonts) + + setApplicationFont(); + if (daily) { daily->RedrawGraphs(); }