]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/scroll.cpp
revert (presumably unintentional) change from r59562, which caused auto-scroll sample...
[wxWidgets.git] / 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();