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:
Kirill Chibisov
2024-12-22 17:51:44 +03:00
parent 82f0949aea
commit 727583ffbf
2 changed files with 16 additions and 3 deletions

View File

@@ -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.