mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Set focus on filter box when SQL help dialog opens. See http://www.heidisql.com/forum.php?t=17294
This commit is contained in:
@@ -50,6 +50,7 @@ type
|
||||
procedure editFilterChange(Sender: TObject);
|
||||
procedure editFilterRightButtonClick(Sender: TObject);
|
||||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||||
procedure FormShow(Sender: TObject);
|
||||
|
||||
private
|
||||
{ Private declarations }
|
||||
@@ -268,6 +269,12 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
procedure TfrmSQLhelp.FormShow(Sender: TObject);
|
||||
begin
|
||||
editFilter.SetFocus;
|
||||
end;
|
||||
|
||||
|
||||
procedure TfrmSQLhelp.ButtonOnlinehelpClick(Sender: TObject);
|
||||
begin
|
||||
// Link/redirect to mysql.com for further help
|
||||
|
||||
Reference in New Issue
Block a user