mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Set tool button fonts correctly if application font is changed.
This commit is contained in:
parent
087b18545f
commit
86d5c074a4
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user