Corrected/implemented sorting (by way of clicking on
on the header button) for the generic code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -348,6 +348,9 @@ void wxDataViewSortedListModel::Resort()
|
||||
unsigned int i;
|
||||
for (i = 0; i < n; i++)
|
||||
m_array.Add( i );
|
||||
|
||||
// do we need the neworder?
|
||||
wxDataViewListModel::RowsReordered( NULL );
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user