0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 20:23:05 +02:00

Fix sort order when closing the search and an entry was moved.

This commit is contained in:
Florian Geyer 2012-11-03 18:57:31 +01:00
parent 41973d0e92
commit 107a2e4a5c

View File

@ -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;
}