IntelliJ Themes: fixed system colors

This commit is contained in:
Karl Tauber
2021-04-06 11:29:55 +02:00
parent 240b08e55c
commit 277c288952
2 changed files with 18 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ FlatLaf Change Log
background is enabled.
- IntelliJ Themes: Fixed window title bar background if unified background is
enabled.
- IntelliJ Themes: Fixed system colors.
- Button and ToggleButton: Do not paint background of disabled (and unselected)
toolBar buttons. (issue #292; regression since fixing #112)
- SplitPane: `JSplitPane.setContinuousLayout(false)` did not work. (issue #301)