From 4a041f2f923d4156af57e3b85c717b86ccfc39cc Mon Sep 17 00:00:00 2001 From: Michael Bedward Date: Fri, 30 Jul 1999 04:01:08 +0000 Subject: [PATCH] Added KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp will work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/motif/window.cpp b/src/motif/window.cpp index c97a0ed0ed..339540128b 100644 --- a/src/motif/window.cpp +++ b/src/motif/window.cpp @@ -2637,6 +2637,7 @@ bool wxTranslateKeyEvent(wxKeyEvent& wxevent, wxWindow *win, Widget widget, XEve switch (xevent->xany.type) { case KeyPress: + case KeyRelease: { char buf[20];