On Windows, fix IME APIs MT-safety

Execute the calls to the IME from the main thread.

Fixes #3123.
This commit is contained in:
Kirill Chibisov 2023-10-20 15:46:57 +04:00 committed by GitHub
parent 98b3508aca
commit 36d4907da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 7 deletions

View file

@ -42,6 +42,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Windows, updated `WM_MOUSEMOVE` to detect when cursor Enter or Leave window client area while captured and send the corresponding events. (#3153)
- On macOS, fix crash when accessing tabbing APIs.
- On Windows, fix `RedrawRequested` not being delivered when calling `Window::request_redraw` from `RedrawRequested`.
- On Windows, fix IME APIs not working when from non event loop thread.
# 0.29.1-beta