Skip to content
Snippets Groups Projects
Commit 514b16c8 authored by con's avatar con
Browse files

Fixes: - Unhighlight search results when search filter changes

Task:     - 237668
parent 8a77bac4
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,8 @@ void CurrentDocumentFind::updateCurrentFindFilter(QWidget *old, QWidget *now)
if (!impl)
return;
removeFindSupportConnections();
if (m_currentFind)
m_currentFind->highlightAll(QString(), 0);
m_currentWidget = candidate;
m_currentFind = impl;
if (m_currentFind) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment