ToolBar: paint focus indicator for focused button in toolbar (issue #346)

This commit is contained in:
Karl Tauber
2021-07-07 18:16:45 +02:00
parent a28f701e6f
commit abbe6d6c1f
2 changed files with 39 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ FlatLaf Change Log
- PasswordField: UI delegate `FlatPasswordFieldUI` now extends `FlatTextFieldUI`
(instead of `BasicPasswordFieldUI`) to avoid duplicate code and for easier
extensibility.
- ToolBar: Paint focus indicator for focused button in toolbar. (issue #346)
#### Fixed bugs