This is a bug fix release. Users of FlatLaf 0.39 that use the Solarized themes are recommended to update to this version.
Change log
New features
- Table: Detect whether component is used in cell editor and automatically
disable round border style and reduce cell editor outer border width (used for
focus indicator) to zero. (issue #148) - ComboBox, Spinner and TextField: Support disabling round border style per
component, if globally enabled (set client propertyJComponent.roundRect
to
false
). (issue #148)
Fixed bugs
- Custom window decorations: Embedded menu bar did not always respond to mouse
events after adding menus and when running in JetBrains Runtime. (issue #151) - IntelliJ Themes: Fixed NPE in Solarized themes on scroll bar hover.