ToolBar: foolbars are no longer floatable by default

This commit is contained in:
Karl Tauber
2021-10-04 15:31:55 +02:00
parent bb2a21270b
commit e34fbcec58
7 changed files with 30 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ FlatLaf Change Log
- Theming improvements: Reworks core themes to make it easier to create new
themes (e.g. reduced explicit colors by using color functions). **Note**:
There are minor incompatible changes in FlatLaf properties files. (PR #390)
- ToolBar: Toolbars are no longer floatable by default (dots on left side of
toolbar that allows dragging toolbar). Use `UIManager.put(
"ToolBar.floatable", true )` if you want the old behavior.
#### Fixed bugs