no changes, just de TABified

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-12-03 13:59:40 +00:00
parent a9796db88f
commit fcb29b2338

View File

@@ -1606,12 +1606,10 @@ gtk_window_button_press_callback( GtkWidget *widget,
event.SetEventObject( win );
event.SetId( win->GetId() );
if (win->GTKProcessEvent( event ))
{
bool ret = win->GTKProcessEvent( event );
g_lastMouseEvent = NULL;
if ( ret )
return TRUE;
}
g_lastMouseEvent = NULL;
if (event_type == wxEVT_RIGHT_DOWN)
{
@@ -4277,7 +4275,7 @@ void wxWindowGTK::ScrollWindow( int dx, int dy, const wxRect* WXUNUSED(rect) )
RefreshRect(caretRect);
}
#endif
#endif // wxUSE_CARET
}
void wxWindowGTK::GtkScrolledWindowSetBorder(GtkWidget* w, int wxstyle)