mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Stop search timer when closing search.
This commit is contained in:
parent
2d8ba2b394
commit
552ca7bf71
@ -701,6 +701,7 @@ void DatabaseWidget::closeSearch()
|
|||||||
{
|
{
|
||||||
Q_ASSERT(m_lastGroup);
|
Q_ASSERT(m_lastGroup);
|
||||||
m_groupView->setCurrentGroup(m_lastGroup);
|
m_groupView->setCurrentGroup(m_lastGroup);
|
||||||
|
m_searchTimer->stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DatabaseWidget::showSearch()
|
void DatabaseWidget::showSearch()
|
||||||
|
Loading…
Reference in New Issue
Block a user