mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-25 15:10:56 -04:00
Fix sort order when closing the search and an entry was moved.
This commit is contained in:
parent
41973d0e92
commit
107a2e4a5c
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ void EntryView::switchToEntryListMode()
|
||||||
void EntryView::switchToGroupMode()
|
void EntryView::switchToGroupMode()
|
||||||
{
|
{
|
||||||
m_sortModel->hideColumn(0, true);
|
m_sortModel->hideColumn(0, true);
|
||||||
|
sortByColumn(-1, Qt::AscendingOrder);
|
||||||
sortByColumn(0, Qt::AscendingOrder);
|
sortByColumn(0, Qt::AscendingOrder);
|
||||||
m_inEntryListMode = false;
|
m_inEntryListMode = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue