ComboBox on macOS: fixed keyboard navigation and show/hide popup

This commit is contained in:
Karl Tauber
2020-01-16 23:29:35 +01:00
parent d50fe606ee
commit 8021f1a7fc
3 changed files with 69 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ FlatLaf Change Log
longer `null`.
- Tree on macOS: Fixed <kbd>Left</kbd> and <kbd>Right</kbd> keys to collapse or
expand nodes.
- ComboBox on macOS: Fixed keyboard navigation and show/hide popup.
- Button and ToggleButton: Support per component minimum height (set client
property `JComponent.minimumHeight` to an integer). (issue #44)
- Button and ToggleButton: Do not apply minimum width if button border was