mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
TabControl: Set FTab's internal NoteBook.TabStop to False, otherwise TTabControl can always be tabbed into (Issue #0021332)
git-svn-id: trunk@44681 -
This commit is contained in:
parent
9597a13137
commit
ead7af6ece
@ -700,6 +700,8 @@ begin
|
||||
FImageChangeLink := TChangeLink.Create;
|
||||
FImageChangeLink.OnChange := @ImageListChange;
|
||||
FTabs := CreateTabNoteBookStrings;
|
||||
//Set FTab's internal NoteBook.TabStop to False, otherwise TTabControl can always be tabbed into (Issue #0021332)
|
||||
TTabControlNoteBookStrings(FTabs).NoteBook.TabStop := False;
|
||||
with GetControlClassDefaultSize do
|
||||
SetInitialBounds(0, 0, CX, CY);
|
||||
BorderWidth:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user