mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 05:07:56 +02:00
Merged revision(s) 52267 #7f870caf3f from trunk:
lcl: fix default TabStop value for TNotebook, publish TabStop for TPage. Issue #21943 ........ git-svn-id: branches/fixes_1_6@52280 -
This commit is contained in:
parent
8bb25ec8e7
commit
6826476def
@ -75,6 +75,7 @@ type
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
property TabOrder stored False;
|
||||
property TabStop;
|
||||
property Visible stored False;
|
||||
end;
|
||||
|
||||
|
@ -211,7 +211,6 @@ begin
|
||||
FPages := TUNBPages.Create(FPageList, Self);
|
||||
|
||||
ControlStyle := []; // do not add csAcceptsControls
|
||||
TabStop := true;
|
||||
|
||||
// Initial size
|
||||
lSize := GetControlClassDefaultSize();
|
||||
|
Loading…
Reference in New Issue
Block a user