mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-18 23:05:55 -04:00
Fix sort order when closing the search and an entry was moved.
This commit is contained in:
parent
41973d0e92
commit
107a2e4a5c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user