sql property editor: on show, set focus to editor from Anton (issue #18340)

git-svn-id: trunk@28836 -
This commit is contained in:
vincents 2010-12-30 10:02:54 +00:00
parent 4f67325894
commit 762b048004

View File

@ -168,6 +168,7 @@ begin
SQLEditor.Font.Name:='-adobe-courier-medium-r-normal-*-8-*-*-*-m-*-iso10646-1';
{$endif}
{$endif}
SQLEditor.SetFocus;
end;
procedure TSQLStringsPropertyEditorDlg.MICleanupClick(Sender: TObject);