Merge remote-tracking branch 'origin/release-1.6.4' into main

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Karl Tauber
2021-11-16 15:52:15 +01:00
4 changed files with 13 additions and 6 deletions

View File

@@ -60,6 +60,15 @@ FlatLaf Change Log
- `FlatSVGUtils`: Support loading SVG from `URL` (for JPMS). (issue #325)
## 1.6.4
#### Fixed bugs
- ComboBox: Fixed regression in FlatLaf 1.6.3 that makes selected item invisible
in popup list if `DefaultListCellRenderer` is used as renderer. If using
default renderer, it works. (issue #426)
## 1.6.3
#### Fixed bugs