]> git.saurik.com Git - wxWidgets.git/commitdiff
revert (presumably unintentional) change from r59562, which caused auto-scroll sample...
authorPaul Cornett <paulcor@bullseye.com>
Sun, 23 Oct 2011 18:03:20 +0000 (18:03 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 23 Oct 2011 18:03:20 +0000 (18:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/scroll/scroll.cpp

index 281ee38b92d4160a116b94d07bee7391132b719e..e89e826881e033faf3150b6593b8d99c4a71f427 100644 (file)
@@ -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();