]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
Initialize the field count in Create(). It was using a garbage value
[wxWidgets.git] / 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 )