TabbedPane: option to disable tab run rotation in wrap layout (issue #574)

This commit is contained in:
Karl Tauber
2022-08-12 15:32:39 +02:00
parent 10914083e6
commit d2f46cd0b5
6 changed files with 26 additions and 5 deletions

View File

@@ -3,6 +3,11 @@ FlatLaf Change Log
## 2.5-SNAPSHOT
#### New features and improvements
- TabbedPane: New option to disable tab run rotation in wrap layout. Set UI
value `TabbedPane.rotateTabRuns` to `false`. (issue #574)
#### Fixed bugs
- Fixed missing UI value `MenuItem.acceleratorDelimiter` on macOS. (was `null`,