Button: disabled Button.defaultButtonFollowsFocus on Windows (as on other platforms, IntelliJ IDEA and other Lafs)

This commit is contained in:
Karl Tauber
2021-01-13 10:32:15 +01:00
parent a6db352ecd
commit 8d14d5f87c
9 changed files with 7 additions and 16 deletions

View File

@@ -5,6 +5,10 @@ FlatLaf Change Log
#### New features and improvements
- Button: Disabled `Button.defaultButtonFollowsFocus` on Windows (as on other
platforms). If you like to keep the old behavior in your application, use:
`if(SystemInfo.isWindows)
UIManager.put("Button.defaultButtonFollowsFocus",true);`.
- ComboBox, Spinner and SplitPaneDivider: Added pressed feedback to arrow
buttons.
- TextComponent: Clip placeholder text if it does not fit into visible area. (PR