]> git.saurik.com Git - wxWidgets.git/commitdiff
Added KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp...
authorMichael Bedward <mbedward@ozemail.com.au>
Fri, 30 Jul 1999 04:01:08 +0000 (04:01 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Fri, 30 Jul 1999 04:01:08 +0000 (04:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/window.cpp

index c97a0ed0ed74a064aebc13d0c727f2f8422ff829..339540128b110dfbf175253dce97da9b688d309f 100644 (file)
@@ -2637,6 +2637,7 @@ bool wxTranslateKeyEvent(wxKeyEvent& wxevent, wxWindow *win, Widget widget, XEve
     switch (xevent->xany.type)
     {
     case KeyPress:
     switch (xevent->xany.type)
     {
     case KeyPress:
+    case KeyRelease:
         {
             char buf[20];
 
         {
             char buf[20];