ComboBox: fixed occasional StackOverflowError when modifying combo box not on AWT thread (issue #432)

This commit is contained in:
Karl Tauber
2021-12-06 17:15:37 +01:00
parent 269eb0ba29
commit 7f4efaf0a3
3 changed files with 93 additions and 5 deletions

View File

@@ -3,12 +3,15 @@ FlatLaf Change Log
## 1.6.5-SNAPSHOT
#### Fixed bugs
- Linux: Fixed font problems when running on Oracle Java 8 (OpenJDK 8 is not
affected):
- oversized text if system font is "Inter" (issue #427)
- missing text if system font is "Cantarell" (on Fedora)
- MenuItem: Changed accelerator delimiter from `-` to `+`. (Windows and Linux).
- ComboBox: Fixed occasional `StackOverflowError` when modifying combo box not
on AWT thread. (issue #432)
## 1.6.4