From 8c50e2298d7a81fbedd685ad3ea34aee19949413 Mon Sep 17 00:00:00 2001 From: vincents Date: Sun, 18 Dec 2005 19:51:32 +0000 Subject: [PATCH] ActiveControl is FindInFile text git-svn-id: trunk@8336 - --- ide/findinfilesdlg.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/findinfilesdlg.pas b/ide/findinfilesdlg.pas index 69eece2dd2..8686a1a0d5 100644 --- a/ide/findinfilesdlg.pas +++ b/ide/findinfilesdlg.pas @@ -250,6 +250,7 @@ begin Cancel := true; Parent:=Self; end; + ActiveControl:=TextToFindComboBox; end; LazFindInFilesDialogResize(nil); end;