Popup: added system property flatlaf.useRoundedPopupBorder to allow disabling native rounded popup borders (PRs #643 and #772)

This commit is contained in:
Karl Tauber
2024-10-15 00:29:15 +02:00
parent 656d25b75e
commit 56a73a4d17
3 changed files with 35 additions and 8 deletions

View File

@@ -14,6 +14,13 @@ FlatLaf Change Log
- ToolBar: Fixed endless loop if button in Toolbar has focus and is made
invisible. (issue #884)
#### Other Changes
- Added system property `flatlaf.useRoundedPopupBorder` to allow disabling
native rounded popup borders on Windows 11 and macOS. On macOS 14.4+, where
rounded popup borders are disabled since FlatLaf 3.5 because of occasional
problems, you can use this to enable rounded popup borders (at your risk).
## 3.5.1