Applied patch [ 702254 ] Life: Fix to page scrolling

from Hugh Gibson.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-03-30 19:14:00 +00:00
parent d003330ce4
commit b1823f8b46

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)