fix #266 - Search widget not shown when tabbed and CTRL+F

This commit is contained in:
Basile Burg 2018-03-07 03:57:59 +01:00
parent 230562fdb4
commit d8b7e640ab
1 changed files with 1 additions and 7 deletions

View File

@ -2697,17 +2697,11 @@ begin
end;
procedure TCEMainForm.actEdFindExecute(Sender: TObject);
var
win: TAnchorDockHostSite;
str: string;
begin
if fDoc.isNil then
exit;
win := DockMaster.GetAnchorSite(fFindWidg);
if win.isNil then
exit;
win.Show;
win.BringToFront;
fFindWidg.showWidget;
if fDoc.SelAvail then
str := fDoc.SelText