Windows: Delayed Message Boxes Fix. (#1769)

This commit is contained in:
Viktor Zoutman 2020-11-24 23:05:29 +01:00 committed by GitHub
parent 165e51d850
commit 77d5d20391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On Windows, fix bug causing message boxes to appear delayed.
- On Android, calling `WindowEvent::Focused` now works properly instead of always returning false.
- On Windows, fix alt-tab behaviour by removing borderless fullscreen "always on top" flag.
- On Windows, fix bug preventing windows with transparency enabled from having fully-opaque regions.