macOS: Fix resizing semi-transparent windows causing the windows to be invisible during the resize

Fixes #941
Workaround for  https://github.com/glfw/glfw/issues/1251
This commit is contained in:
Kovid Goyal 2018-09-12 10:44:24 +05:30
parent 8f7139d48f
commit 21d586cc86
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 23 additions and 4 deletions

View file

@ -43,6 +43,8 @@ Changelog
- Fix kitty @set-colors not working for tab backgrounds when using the `fade` tabbar style
(:iss:`937`)
- macOS: Fix resizing semi-transparent windows causing the windows to be
invisible during the resize (:iss:`941`)
0.12.1 [2018-09-08]
------------------------------