From 34949efe0d10cecef8254d471b0f9ef5fe6cc7ed Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 23 Oct 2011 18:03:20 +0000 Subject: [PATCH] revert (presumably unintentional) change from r59562, which caused auto-scroll sample selection to be broken for last 2.5 years git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69516 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 281ee38b92..e89e826881 100644 --- a/samples/scroll/scroll.cpp +++ b/samples/scroll/scroll.cpp @@ -1314,7 +1314,7 @@ void MyAutoScrollingWindow::OnMouseMove(wxMouseEvent& event) // set the new cursor position m_cursor = DeviceCoordsToGraphicalChars(event.GetPosition()); // draw/erase selection - // MyRefresh(); + MyRefresh(); // capture mouse to activate auto-scrolling if (!HasCapture()) { CaptureMouse(); -- 2.45.2