macOS: hide popups when window is resized (issue #1082)

This commit is contained in:
Karl Tauber
2026-01-30 19:01:26 +01:00
parent 1a80a65411
commit 84e95764fa
3 changed files with 12 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ FlatLaf Change Log
- Slider: Styling `thumbSize` or `focusWidth` did not update slider size/layout.
(PR #1074)
- ToolBar: Grip disappeared when switching between Look and Feels. (issue #1075)
- macOS: Popups (menus and combobox lists) were not always hidden when window is
resized. (issue #1082)
- Extras:
- UI defaults inspector: Fixed NPE if color of `FlatLineBorder` is null. Also
use `FlatLineBorder` line color as cell background color in "Value" column.