search & replace, set fovcus on doc after findNext

prevent to go back to the editor when doing the following
    - CTRL+F (find using selection, focus is now on the search widget)
    - F3 (find match)
    => click was necessary to give focus again on the editor, e.g to DEL
This commit is contained in:
Basile Burg 2019-06-10 21:07:30 +02:00
parent 903b9a7726
commit 76365ede58
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ begin
fHasSearched := true;
fHasRestarted := false;
chkFromCur.Checked := true;
fDoc.setFocus;
end;
updateImperative;
end;