mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
x11: fix KeyboardInput delivered twice with IME
The filtered events were still processed even though they shouldn't once we know that they're filtered. Fixes #4048.
This commit is contained in:
@@ -39,3 +39,7 @@ The migration guide could reference other migration examples in the current
|
||||
changelog entry.
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- On X11, fixed KeyboardInput delivered twice when IME enabled.
|
||||
|
||||
Reference in New Issue
Block a user