]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/scroll.cpp
set more svn properties for the files which didn't have them set correctly
[wxWidgets.git] / samples / scroll / scroll.cpp
index 7c94906b62a0f462a60819bd113d79c846082feb..f9adc6f43f7b6f6cee2f0c82f468cf9a49538aef 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();