forked from qt-creator/qt-creator
Re-highlight when find flags change.
Instead of just removing the highlight. Reviewed-by: Robert Loehning
This commit is contained in:
@@ -448,6 +448,9 @@ void FindToolBar::findFlagsChanged()
|
||||
updateIcons();
|
||||
updateFlagMenus();
|
||||
invokeClearResults();
|
||||
if (isVisible()) {
|
||||
m_currentDocumentFind->highlightAll(getFindText(), effectiveFindFlags());
|
||||
}
|
||||
}
|
||||
|
||||
void FindToolBar::updateIcons()
|
||||
|
Reference in New Issue
Block a user