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:
@@ -1057,7 +1057,7 @@ void LifeCanvas::OnScroll(wxScrollWinEvent& event)
|
||||
else
|
||||
if (type == wxEVT_SCROLLWIN_PAGEDOWN)
|
||||
{
|
||||
scrollinc = -10;
|
||||
scrollinc = +10;
|
||||
}
|
||||
else
|
||||
if (type == wxEVT_SCROLLWIN_THUMBTRACK)
|
||||
|
Reference in New Issue
Block a user