git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38750
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
{
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
{
- int cw, ch, vw, vh;
- GetVirtualSize(&vw, &vh);
- GetClientSize(&cw, &ch);
-
- if ( event.GetOrientation() == wxVERTICAL && ch >= vh )
- return;
-
// update our idea of which lines are shown when we redraw the window the
// next time
ResetVisibleLinesRange();
// update our idea of which lines are shown when we redraw the window the
// next time
ResetVisibleLinesRange();