summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2018-04-28 13:39:56 -0400
committerGitHub <noreply@github.com>2018-04-28 13:39:56 -0400
commitfa44e28ce01de8672f0b070d95aede2bafab6716 (patch)
tree7586784596ad0cf1e0bf1af8091bdd61472289c1 /Source/Core
parent73c91edde604debd1d3fef4f869a3892b6649358 (diff)
parent7db86c20d0c71fc5d0aca5db18ac993e67c4cee7 (diff)
Merge pull request #6708 from spycrab/qt_dynfilter
Qt/GameList: Ensure resort when new entries are added
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt2/GameList/ListProxyModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt2/GameList/ListProxyModel.cpp b/Source/Core/DolphinQt2/GameList/ListProxyModel.cpp
index bf4b32ba59..b17c0fc855 100644
--- a/Source/Core/DolphinQt2/GameList/ListProxyModel.cpp
+++ b/Source/Core/DolphinQt2/GameList/ListProxyModel.cpp
@@ -7,6 +7,7 @@
ListProxyModel::ListProxyModel(QObject* parent) : QSortFilterProxyModel(parent)
{
+ setDynamicSortFilter(true);
}
bool ListProxyModel::filterAcceptsRow(int source_row, const QModelIndex& source_parent) const