Revert reversion of Tahoe fix in 7589bf4b11

It is still needed. Instead change the frame to havezero size and leaves
its origin unchanged.
This commit is contained in:
Kovid Goyal
2025-09-29 08:57:10 +05:30
parent bdae74d7ed
commit fb4a3d7f17
2 changed files with 14 additions and 6 deletions

View File

@@ -144,6 +144,10 @@ Detailed list of changes
- Fix a regression in the previous release that caused the incorrect tab to be
active when loading a session (:iss:`9025`)
- macOS: Workaround for bug in macOS Tahoe that caused closed OS Windows to
remain as invisible rectangles that intercept mouse events (:iss:`8952`)
0.43.0 [2025-09-28]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -215,9 +219,6 @@ Detailed list of changes
- macOS: Pass the :kbd:`Cmd+C` shortcut to the application running in the
terminal when no text is selected (:pull:`8946`)
- 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`)