Various fixes for wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -663,10 +663,10 @@ void wxMDIClientWindow::DoGetPosition(int *x, int *y) const
|
||||
wxWindow::DoGetPosition(x, y);
|
||||
}
|
||||
|
||||
// Explicitly call default scroll behaviour
|
||||
void wxMDIClientWindow::OnScroll(wxScrollEvent& WXUNUSED(event))
|
||||
void wxMDIClientWindow::OnScroll(wxScrollEvent& event)
|
||||
{
|
||||
Default(); // Default processing
|
||||
// Default(); // Default processing: OBSOLETE FUNCTION
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void wxMDIClientWindow::OnPageChanged(wxNotebookEvent& event)
|
||||
|
Reference in New Issue
Block a user