diff --git a/src/gui/entry/EntryView.cpp b/src/gui/entry/EntryView.cpp index cf0e03350..5cad63de9 100644 --- a/src/gui/entry/EntryView.cpp +++ b/src/gui/entry/EntryView.cpp @@ -117,6 +117,7 @@ void EntryView::switchToEntryListMode() void EntryView::switchToGroupMode() { m_sortModel->hideColumn(0, true); + sortByColumn(-1, Qt::AscendingOrder); sortByColumn(0, Qt::AscendingOrder); m_inEntryListMode = false; }