mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +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');
|
debugln('[TSourceNotebook.CreateNotebook] C');
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
EditorOpts.ApplyTabFontSettingsTo(FNotebook);
|
EditorOpts.ApplyTabFontSettingsTo(FNotebook);
|
||||||
|
TabStop := false;
|
||||||
Align := alClient;
|
Align := alClient;
|
||||||
APage:=TTabSheet.Create(FNotebook);
|
APage:=TTabSheet.Create(FNotebook);
|
||||||
APage.Caption:='unit1';
|
APage.Caption:='unit1';
|
||||||
|
Loading…
Reference in New Issue
Block a user