Another workaround for another macOS Tahoe bug

Dont redraw an OSWindow during a resize event if the resize event is
accompanied by a screen change as it causes a crash in macOS OpenGL
driver. Fixes #8983
This commit is contained in:
Kovid Goyal
2025-09-19 12:05:34 +05:30
parent 24b31d96e9
commit 7af7aa95c6
2 changed files with 36 additions and 3 deletions

View File

@@ -179,6 +179,10 @@ Detailed list of changes
- macOS: Workaround for bug in macOS Tahoe that caused closed OS Windows to
remain as invisible rectangles that intercept mouse events (:iss:`8952`)
- macOS: Workaround for bug in macOS Tahoe that caused OS Windows that are
fullscreen on a monitor that is disconnected while macOS is asleep to crash kitty (:iss:`8983`)
0.42.2 [2025-07-16]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~