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:
parent
772b21ce09
commit
d37d1a03b2
2 changed files with 5 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue