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:
parent
f0d8689039
commit
e316a89847
2 changed files with 13 additions and 3 deletions
|
|
@ -200,3 +200,4 @@ changelog entry.
|
|||
- On macOS, fixed the scancode conversion for audio volume keys.
|
||||
- On macOS, fixed the scancode conversion for `IntlBackslash`.
|
||||
- On macOS, fixed redundant `SurfaceResized` event at window creation.
|
||||
- On X11, fixed KeyboardInput delivered twice when IME enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue