Merge PR #931: Fixing NPE when using HTML text on a component with null font

(cherry picked from commit 41332de275)
This commit is contained in:
Karl Tauber
2024-12-08 23:01:00 +01:00
parent 1462636e97
commit 6991d6729e
3 changed files with 22 additions and 3 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 3.5.4-SNAPSHOT
#### Fixed bugs
- HTML: Fixed NPE when using HTML text on a component with `null` font. (issue
#930; PR #931; regression in 3.5)
## 3.5.3
#### Fixed bugs