SplitPane: fixed JSplitPane.setContinuousLayout(false) (issue #301)

This commit is contained in:
Karl Tauber
2021-04-05 14:24:49 +02:00
parent f456185f7d
commit c8db01c958
2 changed files with 5 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ FlatLaf Change Log
`TitlePane.unifiedBackground` is `true`.
- 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)
- TabbedPane: Fixed NPE when creating/modifying in another thread. (issue #299)
- Fixed crash when running in Webswing. (issue #290)