On Windows, fix deadlock during Cursor{Enter,Leave}

The lock was not released when calling back to the user.

Fixes #3171.
This commit is contained in:
Kirill Chibisov 2023-10-22 19:38:54 +04:00 committed by GitHub
parent 772b21ce09
commit d37d1a03b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,8 @@ Unreleased` header.
# Unreleased
- On Windows, fix deadlock when accessing the state during `Cursor{Enter,Leave}`.
# 0.29.2
- **Breaking:** Bump MSRV from `1.60` to `1.65`.