Fix assigning the wrong monitor when receiving Windows move events (#2266)

Co-authored-by: kas <exactly-one-kas@users.noreply.github.com>
This commit is contained in:
Kas 2022-04-30 13:21:08 +02:00 committed by GitHub
parent ce890c3455
commit e7f88588bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 73 additions and 39 deletions

View file

@ -39,6 +39,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On iOS, send `RedrawEventsCleared` even if there are no redraw events, consistent with other platforms.
- **Breaking:** Replaced `Window::with_app_id` and `Window::with_class` with `Window::with_name` on `WindowBuilderExtUnix`.
- On Wayland and X11, fix window not resizing with `Window::set_inner_size` after calling `Window:set_resizable(false)`.
- On Windows, fix wrong fullscreen monitors being recognized when handling WM_WINDOWPOSCHANGING messages
# 0.26.1 (2022-01-05)