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:
Kovid Goyal
2019-01-11 11:09:34 +05:30
parent 8efbc479e1
commit 851885568f
2 changed files with 8 additions and 4 deletions

View File

@@ -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]
------------------------------