mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
macOS: Quick access terminal: Fix a crash when changing font size
Cocoa window resize gets triggerred for QAT on font size change causing an out of sequence render but the font data is not yet ready causing the crash. Blank window instead of rendering when font data is not ready in an out of sequence render. Fixes #9178
This commit is contained in:
@@ -176,6 +176,8 @@ Detailed list of changes
|
||||
|
||||
- macOS: Add an item to the global menu to Cycle through OS windows
|
||||
|
||||
- macOS: Quick access terminal: Fix a crash when changing font size (:iss:`9178`)
|
||||
|
||||
- Wayland: Fix ``center-sized`` panels not working on smithay based compositors (:pull:`9117`)
|
||||
|
||||
- Wayland: Fix scrolling using some mouse wheels that produce "VALUE120" based
|
||||
|
||||
Reference in New Issue
Block a user