SplitPane:

- update divider when client property `JSplitPane.expandableSide` changed
- Extras: added support for `JSplitPane.expandableSide` client property to `FlatSplitPane`
This commit is contained in:
Karl Tauber
2024-03-24 12:42:39 +01:00
parent 3b3d7d76eb
commit bd60a18ff4
3 changed files with 35 additions and 2 deletions

View File

@@ -5,11 +5,16 @@ FlatLaf Change Log
#### Fixed bugs
- SplitPane: Update divider when client property `JSplitPane.expandableSide`
changed.
- TabbedPane: Fixed swapped back and forward scroll buttons when using
`TabbedPane.scrollButtonsPlacement = trailing` (regression in FlatLaf 3.3).
- Extras: `FlatSVGIcon` color filters now support linear gradients. (PR #817)
- Fixed missing window top border on Windows 10 in "full window content" mode.
(issue 809)
- Extras:
- `FlatSVGIcon` color filters now support linear gradients. (PR #817)
- Added support for `JSplitPane.expandableSide` client property to
`FlatSplitPane`.
## 3.4