From 8073eb404476fef042448b50ce43e67b0fdec58a Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 22 Jul 2001 17:09:23 +0000 Subject: [PATCH] post wxUniv merge fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/scroll/scroll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/scroll/scroll.cpp b/samples/scroll/scroll.cpp index e1eb70cf08..368a731825 100644 --- a/samples/scroll/scroll.cpp +++ b/samples/scroll/scroll.cpp @@ -301,7 +301,7 @@ void MyCanvas::OnScrollWin( wxCommandEvent &WXUNUSED(event) ) { wxLogMessage( "Scrolling 2 units up.\nThe white square and the controls should move equally!" ); int x,y; - ViewStart( &x, &y ); + GetViewStart( &x, &y ); Scroll( -1, y+2 ); } -- 2.50.0