mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
macOS: Fix dragging kitty window tabs in traditional full screen mode causing crashes
Fixes #1296 Apparently, macOS reports NaN DPI values in this scenario. I dont know enough about cocoa internals to understand why, or what is actually supposed to happen in this scenario, but at least we should not crash.
This commit is contained in:
@@ -12,6 +12,9 @@ Changelog
|
||||
- Fix a regression in the previous release that broke using ``background`` for
|
||||
:opt:`cursor_text_color` (:iss:`1288`)
|
||||
|
||||
- macOS: Fix dragging kitty window tabs in traditional full screen mode causing
|
||||
crashes (:iss:`1296`)
|
||||
|
||||
|
||||
0.13.2 [2019-01-04]
|
||||
------------------------------
|
||||
|
||||
Reference in New Issue
Block a user