macOS: Workaround for switching from fullscreen to windowed mode with the titlebar hidden causing window resizing to not work.

Fixes #711
This commit is contained in:
Kovid Goyal
2018-07-10 21:29:30 +05:30
parent db5aa36f44
commit 3ee22e545e
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ Changelog
- macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds
(:iss:`359`)
- macOS: Workaround for switching from fullscreen to windowed mode with the
titlebar hidden causing window resizing to not work. (:iss:`711`)
- Fix triple-click to select line not working when the entire line is filled
(:iss:`703`)