From: Michael Bedward Date: Fri, 30 Jul 1999 04:01:08 +0000 (+0000) Subject: Added KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a041f2f923d4156af57e3b85c717b86ccfc39cc 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 --- 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];