Merge PR #415: MenuItem: paint the selected icon when the item is selected

This commit is contained in:
Karl Tauber
2021-12-07 22:52:25 +01:00
4 changed files with 51 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ FlatLaf Change Log
- Slider: Support specifying width of thumb border (see UI value
`Slider.thumbBorderWidth`).
- TabbedPane: Optionally paint selected tab as card. (PR #343)
- MenuItem: Paint the selected icon when the item is selected. (PR #415)
- Added more color functions to class `ColorFunctions` for easy use in
applications: `lighten()`, `darken()`, `saturate()`, `desaturate()`, `spin()`,
`tint()`, `shade()` and `luma()`.