ComboBox: fixed popup location if shown above of combo box (Java 8 only)

This commit is contained in:
Karl Tauber
2021-09-14 14:16:53 +02:00
parent 84d4510d70
commit 7c9f550d4c
2 changed files with 16 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ FlatLaf Change Log
`StringBuilder`, `StringBuffer`, or any other object that returns HTML text in
method `toString()`. (similar to issue #12)
- ComboBox: Fixed popup border painting on HiDPI screens (e.g. at 150% scaling).
- ComboBox: Fixed popup location if shown above of combo box (Java 8 only).
- ComboBox (editable): Fixed wrong border of internal text field under special
circumstances.
- Spinner: Fixed painting of border corners on left side. (issue #382;