From 476704c28780ab47d885972b0659bc164d30ae08 Mon Sep 17 00:00:00 2001 From: rich2014 Date: Fri, 24 Nov 2023 01:03:21 +0800 Subject: [PATCH] IDE: prevent the tab itself from becoming the focusi n SourceEditor --- ide/sourceeditor.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/sourceeditor.pp b/ide/sourceeditor.pp index 9f8b030cc1..9aed436cd3 100644 --- a/ide/sourceeditor.pp +++ b/ide/sourceeditor.pp @@ -6968,6 +6968,7 @@ Begin debugln('[TSourceNotebook.CreateNotebook] C'); {$ENDIF} EditorOpts.ApplyTabFontSettingsTo(FNotebook); + TabStop := false; Align := alClient; APage:=TTabSheet.Create(FNotebook); APage.Caption:='unit1';