mirror of https://gitlab.com/basile.b/dexed.git
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:
parent
903b9a7726
commit
76365ede58
|
@ -539,6 +539,7 @@ begin
|
||||||
fHasSearched := true;
|
fHasSearched := true;
|
||||||
fHasRestarted := false;
|
fHasRestarted := false;
|
||||||
chkFromCur.Checked := true;
|
chkFromCur.Checked := true;
|
||||||
|
fDoc.setFocus;
|
||||||
end;
|
end;
|
||||||
updateImperative;
|
updateImperative;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue