forked from qt-creator/qt-creator
Prevent global replace before search is done.
Also fix focusing issues of the replace line edit. Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -121,6 +121,7 @@ void BaseFileFind::displayResult(int index) {
|
||||
|
||||
void BaseFileFind::searchFinished()
|
||||
{
|
||||
m_resultWindow->finishSearch();
|
||||
m_isSearching = false;
|
||||
m_resultLabel = 0;
|
||||
emit changed();
|
||||
|
||||
Reference in New Issue
Block a user