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