diff options
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt2/GameList/ListProxyModel.cpp | 1 |
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 |
