macOS: Fix focus not being transferred on OSWindow close

Fixes #280
This commit is contained in:
Kovid Goyal
2018-01-12 08:05:12 +05:30
parent 81b5d2c4f2
commit f48b770036
3 changed files with 25 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ version 0.7.0 [future]
- Take the mouse wheel multiplier option in to account when generating fake key
scroll events
- macOS: Fix closing top-level window does not transfer focus to other
top-level windows.
- kitty icat: Workaround for bug in ImageMagick that would cause some images
to fail to display at certain sizes.