mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 15:59:38 +02:00
sql property editor: on show, set focus to editor from Anton (issue #18340)
git-svn-id: trunk@28836 -
This commit is contained in:
parent
4f67325894
commit
762b048004
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user