Set focus on editor when creating new query tab, closing a previously grid editor. Closes #725

This commit is contained in:
Ansgar Becker
2022-04-18 10:17:10 +02:00
parent c35b0370a8
commit c29e78c8af

View File

@ -11796,6 +11796,7 @@ begin
// Show new tab
if Sender <> actNewQueryTabNofocus then begin
SetMainTab(QueryTab.TabSheet);
QueryTab.Memo.SetFocus;
end;
end;