Reenable dead keys under GTK2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1187,7 +1187,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (return_after_IM)
|
if (return_after_IM)
|
||||||
return true;
|
return false;
|
||||||
|
|
||||||
#ifndef __WXGTK20__
|
#ifndef __WXGTK20__
|
||||||
// This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done
|
// This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done
|
||||||
|
@@ -1187,7 +1187,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (return_after_IM)
|
if (return_after_IM)
|
||||||
return true;
|
return false;
|
||||||
|
|
||||||
#ifndef __WXGTK20__
|
#ifndef __WXGTK20__
|
||||||
// This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done
|
// This is for GTK+ 1.2 only. The char event generatation for GTK+ 2.0 is done
|
||||||
|
Reference in New Issue
Block a user