IDE: prevent the tab itself from becoming the focusi n SourceEditor

This commit is contained in:
rich2014 2023-11-24 01:03:21 +08:00
parent 86866f09ef
commit 476704c287

View File

@ -6968,6 +6968,7 @@ Begin
debugln('[TSourceNotebook.CreateNotebook] C');
{$ENDIF}
EditorOpts.ApplyTabFontSettingsTo(FNotebook);
TabStop := false;
Align := alClient;
APage:=TTabSheet.Create(FNotebook);
APage.Caption:='unit1';