mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Set focus on editor when creating new query tab, closing a previously grid editor. Closes #725
This commit is contained in:
@ -11796,6 +11796,7 @@ begin
|
||||
// Show new tab
|
||||
if Sender <> actNewQueryTabNofocus then begin
|
||||
SetMainTab(QueryTab.TabSheet);
|
||||
QueryTab.Memo.SetFocus;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user