git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11505
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
_T("SetColumnWidth() can only be called in report mode.") );
m_dirty = TRUE;
_T("SetColumnWidth() can only be called in report mode.") );
m_dirty = TRUE;
+ wxListHeaderWindow *headerWin = GetListCtrl()->m_headerWin;
+ if ( headerWin )
+ headerWin->m_dirty = TRUE;
wxListHeaderDataList::Node *node = m_columns.Item( col );
wxCHECK_RET( node, _T("no column?") );
wxListHeaderDataList::Node *node = m_columns.Item( col );
wxCHECK_RET( node, _T("no column?") );