]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted patch 1325857 (rev 1.561): it might have fixed handling of CJK keys but...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 23:42:34 +0000 (23:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 23:42:34 +0000 (23:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk1/window.cpp

index f9934ba15e3c0ac8e02cc2c0b10418f43c10b7b7..eb6d484896cade8008974a31eabd9f0f23359a26 100644 (file)
@@ -1060,7 +1060,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget,
     bool ret = false;
     bool return_after_IM = false;
 
-    if( wxTranslateGTKKeyEventToWx(event, win, gdk_event) == false )
+    if ( wxTranslateGTKKeyEventToWx(event, win, gdk_event) )
     {
         // Emit KEY_DOWN event
         ret = win->GetEventHandler()->ProcessEvent( event );