]> git.saurik.com Git - wxWidgets.git/commitdiff
Found bug that skrewed up display wrt horizontal
authorRobert Roebling <robert@roebling.de>
Mon, 13 Mar 2000 16:45:26 +0000 (16:45 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 13 Mar 2000 16:45:26 +0000 (16:45 +0000)
    scrolling of wxListCtrl. The selected area still
    seems wrong, though.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index bc36ba9125173e8e9d16f75628e7b9275d0972b0..90f95e61f752e5315ec1428b4aa4170df9c6934f 100644 (file)
@@ -2154,6 +2154,7 @@ void wxListMainWindow::OnSize( wxSizeEvent &WXUNUSED(event) )
   We don't even allow the wxScrolledWindow::AdjustScrollbars() call
 
 */
+    m_dirty = TRUE;
 }
 
 void wxListMainWindow::DrawImage( int index, wxDC *dc, int x, int y )