mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Stop search timer when closing search.
This commit is contained in:
@@ -701,6 +701,7 @@ void DatabaseWidget::closeSearch()
|
||||
{
|
||||
Q_ASSERT(m_lastGroup);
|
||||
m_groupView->setCurrentGroup(m_lastGroup);
|
||||
m_searchTimer->stop();
|
||||
}
|
||||
|
||||
void DatabaseWidget::showSearch()
|
||||
|
||||
Reference in New Issue
Block a user