Re-highlight when find flags change.

Instead of just removing the highlight.
Reviewed-by: Robert Loehning
This commit is contained in:
con
2009-08-25 11:55:33 +02:00
parent 12ca7e898f
commit 02734ecc46

View File

@@ -448,6 +448,9 @@ void FindToolBar::findFlagsChanged()
updateIcons(); updateIcons();
updateFlagMenus(); updateFlagMenus();
invokeClearResults(); invokeClearResults();
if (isVisible()) {
m_currentDocumentFind->highlightAll(getFindText(), effectiveFindFlags());
}
} }
void FindToolBar::updateIcons() void FindToolBar::updateIcons()