macOS: Disable OS window shadows for transparent windows as they cause rendering artifacts due to Cocoa bugs

Fixes #6439
This commit is contained in:
Kovid Goyal
2023-07-22 11:20:37 +05:30
parent dcdc676719
commit 630101204b
5 changed files with 6 additions and 34 deletions

View File

@@ -40,6 +40,8 @@ Detailed list of changes
- macOS: Fix a performance regression on M1 machines using outdated macOS versions (:iss:`6479`)
- macOS: Disable OS window shadows for transparent windows as they cause rendering artifacts due to Cocoa bugs (:iss:`6439`)
0.29.1 [2023-07-17]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~