mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 18:36:02 +02:00
IDE: prevent the tab itself from becoming the focusi n SourceEditor
This commit is contained in:
parent
86866f09ef
commit
476704c287
@ -6968,6 +6968,7 @@ Begin
|
||||
debugln('[TSourceNotebook.CreateNotebook] C');
|
||||
{$ENDIF}
|
||||
EditorOpts.ApplyTabFontSettingsTo(FNotebook);
|
||||
TabStop := false;
|
||||
Align := alClient;
|
||||
APage:=TTabSheet.Create(FNotebook);
|
||||
APage.Caption:='unit1';
|
||||
|
Loading…
Reference in New Issue
Block a user