don't use deprecated OnScroll()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4881,12 +4881,7 @@ void wxListMainWindow::SortItems( wxListCtrlCompare fn, long data )
|
|||||||
|
|
||||||
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
|
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
|
||||||
{
|
{
|
||||||
// FIXME
|
|
||||||
#if ( defined(__WXGTK__) || defined(__WXMAC__) ) && !defined(__WXUNIVERSAL__)
|
|
||||||
wxScrolledCanvas::OnScroll(event);
|
|
||||||
#else
|
|
||||||
HandleOnScroll( event );
|
HandleOnScroll( event );
|
||||||
#endif
|
|
||||||
|
|
||||||
// update our idea of which lines are shown when we redraw the window the
|
// update our idea of which lines are shown when we redraw the window the
|
||||||
// next time
|
// next time
|
||||||
|
Reference in New Issue
Block a user