mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 15:25:31 -04:00
Stop search timer when closing search.
This commit is contained in:
parent
2d8ba2b394
commit
552ca7bf71
1 changed files with 1 additions and 0 deletions
|
@ -701,6 +701,7 @@ void DatabaseWidget::closeSearch()
|
|||
{
|
||||
Q_ASSERT(m_lastGroup);
|
||||
m_groupView->setCurrentGroup(m_lastGroup);
|
||||
m_searchTimer->stop();
|
||||
}
|
||||
|
||||
void DatabaseWidget::showSearch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue