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

@@ -121,6 +121,7 @@ void BaseFileFind::displayResult(int index) {
void BaseFileFind::searchFinished()
{
m_resultWindow->finishSearch();
m_isSearching = false;
m_resultLabel = 0;
emit changed();