mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Workaround for latest Apple regression in Tahoe
Now NSWindow::close no longer actually closes the window. Sigh. Have to also set its frame to zero size, otherwise an invisible rect remains that intercepts mouse events and takes up space in Mission Control. Life is too short for this shit. Fixes #8952
This commit is contained in:
@@ -171,6 +171,9 @@ 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`)
|
||||
|
||||
0.42.2 [2025-07-16]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user