Skip to content

Commit

Permalink
Apply font size override after setting theme
Browse files Browse the repository at this point in the history
fixes #11344
  • Loading branch information
Siedlerchr committed May 29, 2024
1 parent e1da33d commit f26f65b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We fixed an issue where the search index was not updated after linking PDF files. [#11317](https://github.com/JabRef/jabref/pull/11317)
- We fixed rendering of (first) author with a single letter surname. [forum#4330](https://discourse.jabref.org/t/correct-rendering-of-first-author-with-a-single-letter-surname/4330)
- We fixed an issue where the entry editor context menu was not shown correctly when JabRef is opened on a second, extended screen [#11323](https://github.com/JabRef/jabref/issues/11323), [#11174](https://github.com/JabRef/jabref/issues/11174)
- We fixe an issue where the value of "Override default font settings" was not applied on startup [#11344](https://github.com/JabRef/jabref/issues/11344)

### Removed

Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/jabref/gui/theme/ThemeManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ private void updateThemeSettings() {
styleSheet -> addStylesheetToWatchlist(styleSheet, this::additionalCssLiveUpdate));

additionalCssLiveUpdate();
updateFontSettings();
}

private void updateFontSettings() {
Expand Down

0 comments on commit f26f65b

Please sign in to comment.