git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14577
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_dirty = TRUE;
m_columns.DeleteNode( node );
m_dirty = TRUE;
m_columns.DeleteNode( node );
+
+ // invalidate it as it has to be recalculated
+ m_headerWidth = 0;
}
void wxListMainWindow::DoDeleteAllItems()
}
void wxListMainWindow::DoDeleteAllItems()
{
m_columns.Append( column );
}
{
m_columns.Append( column );
}
+
+ // invalidate it as it has to be recalculated
+ m_headerWidth = 0;