fixed AWT components on macOS (issue #583)

- fixed missing focus indicator
- fixed round corners
- fixed java.awt.Button background
- fixed java.awt.Choice background
- fixed java.awt.Checkbox hover
This commit is contained in:
Karl Tauber
2022-09-05 14:47:17 +02:00
parent 30132aa6b0
commit 7858e42e37
6 changed files with 160 additions and 8 deletions

View File

@@ -18,6 +18,8 @@ FlatLaf Change Log
- Fixed missing UI value `MenuItem.acceleratorDelimiter` on macOS. (was `null`,
is now an empty string)
- Fixed possible exception in `FlatUIUtils.resetRenderingHints()`. (issue #575)
- Fixed AWT components on macOS, which use Swing components internally. (issue
#583)
## 2.4