mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +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) {
|
if (pd.exec() == PreferencesDialog::Accepted) {
|
||||||
// Apply any updates from preference changes (notably fonts)
|
// Apply any updates from preference changes (notably fonts)
|
||||||
|
|
||||||
|
setApplicationFont();
|
||||||
|
|
||||||
if (daily) {
|
if (daily) {
|
||||||
daily->RedrawGraphs();
|
daily->RedrawGraphs();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user