Removed some trash from that came through tha cables
Fixed Blit probs Fixed file dlg probs Fixed TextCtrl probs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -347,7 +347,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget, GdkEventKey *gdk_e
|
||||
}
|
||||
|
||||
// win is a control: tab can be propagated up
|
||||
if ((!ret) && (gdk_event->keyval == GDK_Tab))
|
||||
if ((!ret) && (gdk_event->keyval == GDK_Tab) && ((win->m_windowStyle & wxTE_PROCESS_TAB) == 0))
|
||||
{
|
||||
wxNavigationKeyEvent new_event;
|
||||
new_event.SetDirection( !(gdk_event->state & GDK_SHIFT_MASK) );
|
||||
|
Reference in New Issue
Block a user