Reset sorting column index in generic wxDataViewCtrl when clearing columns.
Otherwise we could continue to use the now invalid index for sorting. Closes #15803. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
967a94c91a
commit
8920e96933
@ -5112,6 +5112,7 @@ bool wxDataViewCtrl::ClearColumns()
|
||||
{
|
||||
SetExpanderColumn(NULL);
|
||||
m_cols.Clear();
|
||||
m_sortingColumnIdx = wxNOT_FOUND;
|
||||
m_colsBestWidths.clear();
|
||||
|
||||
m_clientArea->ClearCurrentColumn();
|
||||
|
Loading…
Reference in New Issue
Block a user