JIDE: RangeSlider: fixed slider focused colors in IntelliJ themes (see commit 1fb0783808)

This commit is contained in:
Karl Tauber
2021-01-14 13:36:01 +01:00
parent 3c086a92e2
commit 0dab1b73cc
2 changed files with 10 additions and 3 deletions

View File

@@ -36,8 +36,10 @@ FlatLaf Change Log
buttons and closing last/rightmost tab. (issue #235)
- Extras: Added missing export of package
`com.formdev.flatlaf.extras.components` to Java 9 module descriptor.
- JIDE Common Layer: Invoke `LookAndFeelFactory.installJideExtension()` when
using FlatLaf UI delegates. (issue #230)
- JIDE Common Layer:
- Invoke `LookAndFeelFactory.installJideExtension()` when using FlatLaf UI
delegates. (issue #230)
- RangeSlider: Fixed slider focused colors in IntelliJ themes.
- IntelliJ Themes:
- Fixed menu item check colors.
- Fixed `MenuItem.underlineSelectionColor`.