mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
parent
b10a55a547
commit
59b8b13146
@ -1427,6 +1427,8 @@ void DatabaseWidget::endSearch()
|
|||||||
m_entryView->displayGroup(currentGroup());
|
m_entryView->displayGroup(currentGroup());
|
||||||
emit listModeActivated();
|
emit listModeActivated();
|
||||||
m_entryView->setFirstEntryActive();
|
m_entryView->setFirstEntryActive();
|
||||||
|
// Enforce preview view update (prevents stale information if focus group is empty)
|
||||||
|
m_previewView->setEntry(currentSelectedEntry());
|
||||||
}
|
}
|
||||||
|
|
||||||
m_searchingLabel->setVisible(false);
|
m_searchingLabel->setVisible(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user