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