On Windows, fix MT safety when starting drag

This commit is contained in:
Jasper Bekkers 2023-10-31 16:20:34 +01:00 committed by GitHub
parent 3c9f9da19e
commit 52af1b4a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 19 deletions

View file

@ -11,6 +11,8 @@ Unreleased` header.
# Unreleased
- On Windows, fix so `drag_window` and `drag_resize_window` can be called from another thread.
# 0.29.3
- On Wayland, apply correct scale to `PhysicalSize` passed in `WindowBuilder::with_inner_size` when possible.