Add sort indicator to search pane
This commit is contained in:
parent
fd7781510e
commit
241375f41c
|
@ -128,6 +128,8 @@ void SEARCH_PANE_LISTVIEW::OnColClicked( wxListEvent& aEvent )
|
|||
m_sortCol = aEvent.GetColumn();
|
||||
}
|
||||
|
||||
ShowSortIndicator( m_sortCol, m_sortAscending );
|
||||
|
||||
Sort();
|
||||
Refresh();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue