From 86d5c074a4a2e080982ef35f1644573ffe6c00bd Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Thu, 4 Jul 2019 18:20:19 -0700 Subject: [PATCH] Set tool button fonts correctly if application font is changed. --- oscar/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) 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(); }