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:
		@@ -350,6 +350,7 @@ void CppFindReferences::displayResult(int index)
 | 
			
		||||
 | 
			
		||||
void CppFindReferences::searchFinished()
 | 
			
		||||
{
 | 
			
		||||
    _resultWindow->finishSearch();
 | 
			
		||||
    emit changed();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user