Set tool button fonts correctly if application font is changed.

This commit is contained in:
Seeker4 2019-07-04 18:20:19 -07:00
parent 087b18545f
commit 86d5c074a4

View File

@ -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();
}