mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 02:40:05 +00:00
Keep sort order on refresh
This commit is contained in:
parent
eb8a7a92c1
commit
5ea3c9b0aa
@ -73,6 +73,8 @@ void GameList::ValidateEntry(const QModelIndex& item) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void GameList::DonePopulating() {
|
void GameList::DonePopulating() {
|
||||||
|
auto header = tree_view->header();
|
||||||
|
item_model->sort(header->sortIndicatorSection(), header->sortIndicatorOrder());
|
||||||
tree_view->setEnabled(true);
|
tree_view->setEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user