]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/life.cpp
removed deprecated ConvertToBitmap() and wxImage(wxBitmap) ctor
[wxWidgets.git] / demos / life / life.cpp
index 7f14638a7af6f05fd3f6dcd4abe2d1c9048dd6e3..b6d1a7ae58e381a8af483591e169fb354cfd15af 100644 (file)
@@ -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)