On Windows, fix bug causing mouse capture to not be released. (#1797)

This commit is contained in:
Samuel 2020-12-15 03:31:13 -03:00 committed by GitHub
parent 39573d65d0
commit 932cbe40bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 10 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On Windows, fix bug causing mouse capture to not be released.
- On Windows, fix fullscreen not preserving minimized/maximized state.
# 0.24.0 (2020-12-09)