Fix keyboard event key codes when using Wayland

Correct the confusion between compile- and run-time checks for X11.

See #17848.

(cherry picked from commit 7542632302)
This commit is contained in:
Vadim Zeitlin
2017-04-26 22:30:36 +02:00
parent cc86c80495
commit ef30edf5e0
2 changed files with 6 additions and 3 deletions

View File

@@ -629,6 +629,7 @@ wxGTK:
- Make items selected from keyboard visible in wxListCtrl (Jonathan Dagresta).
- Cosmetic fix for empty wxCheckBoxes display (Chuddah).
- Fix crashes in wxFileSystemWatcher implementation (David Hart).
- Fix key events codes when using Wayland (David Hart).
wxMSW: