mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 14:00:14 +02:00
fixed setting activecontrol after createwnd
git-svn-id: trunk@3062 -
This commit is contained in:
parent
af2a2823fb
commit
9996bd64a1
@ -772,6 +772,7 @@ begin
|
||||
GetDialogPosition(FindReplaceDlg.Width,FindReplaceDlg.Height,ALeft,ATop);
|
||||
FindReplaceDlg.Left:=ALeft;
|
||||
FindReplaceDlg.Top:=ATop;
|
||||
|
||||
if (FindReplaceDlg.ShowModal = mrCancel) then begin
|
||||
EditorComponent.SetFocus;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user