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

This commit is contained in:
Karl Tauber
2024-12-08 00:06:52 +01:00
3 changed files with 18 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ FlatLaf Change Log
- Extras: `FlatSVGIcon` color filters now can access painting component to
implement component state based color mappings. (PR #906)
#### 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