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:
con
2009-11-04 18:10:03 +01:00
parent 239e0418ca
commit 9c0ed539cc
4 changed files with 31 additions and 23 deletions

View File

@@ -350,6 +350,7 @@ void CppFindReferences::displayResult(int index)
void CppFindReferences::searchFinished()
{
_resultWindow->finishSearch();
emit changed();
}