ToolBar: support focusable buttons in toolbar (issue #346)

fixed focusable state when switching to/from other Laf
This commit is contained in:
Karl Tauber
2021-07-10 13:32:30 +02:00
parent 4d8b544aed
commit 8b585deb78
8 changed files with 65 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ FlatLaf Change Log
- Table and PopupFactory: Use `StackWalker` in Java 9+ for better performance.
(issue #334)
- ToolBar: Paint focus indicator for focused button in toolbar. (issue #346)
- ToolBar: Support focusable buttons in toolbar (set UI values
`ToolBar.focusableButtons` to `true`). (issue #346)
#### Fixed bugs