macOS: setting window background (of undecorated window) to translucent color (alpha < 255) did not show the window translucent (issue #705)

This commit is contained in:
Karl Tauber
2024-01-28 11:57:17 +01:00
parent 16ddd100d3
commit 30af74f806
5 changed files with 120 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ FlatLaf Change Log
#### Fixed bugs
- macOS: Setting window background (of undecorated window) to translucent color
(alpha < 255) did not show the window translucent. (issue #705)
- JIDE CommandMenuBar: Fixed `ClassCastException` when JIDE command bar displays
`JideMenu` in popup. (PR #794)