Applied patch [ 702254 ] Life: Fix to page scrolling

from Hugh Gibson (backport).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-03-30 19:15:24 +00:00
parent ebad4a640c
commit deae97bfa5

View File

@@ -1057,7 +1057,7 @@ void LifeCanvas::OnScroll(wxScrollWinEvent& event)
else else
if (type == wxEVT_SCROLLWIN_PAGEDOWN) if (type == wxEVT_SCROLLWIN_PAGEDOWN)
{ {
scrollinc = -10; scrollinc = +10;
} }
else else
if (type == wxEVT_SCROLLWIN_THUMBTRACK) if (type == wxEVT_SCROLLWIN_THUMBTRACK)