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();
|
m_sortCol = aEvent.GetColumn();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ShowSortIndicator( m_sortCol, m_sortAscending );
|
||||||
|
|
||||||
Sort();
|
Sort();
|
||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue