CheckBox: fixed colors in light IntelliJ themes (issue #126)

This commit is contained in:
Karl Tauber
2020-07-10 15:35:02 +02:00
parent c232de1996
commit 82294b68eb
5 changed files with 16 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ FlatLaf Change Log
- Custom window decorations: Center title if menu bar is embedded.
- Custom window decorations: Cursor of components (e.g. TextField) was not
changed. (issue #125)
- CheckBox: Fixed colors in light IntelliJ themes. (issue #126)
- InternalFrame: Use default icon in internal frames. (issue #122)