mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 14:47:21 +01:00
LCL: TCustomNotebook: do not set csAcceptsControls
git-svn-id: trunk@21377 -
This commit is contained in:
parent
dccb75b96a
commit
651c7b8c2e
@ -213,7 +213,7 @@ begin
|
||||
FLoadedPageIndex:=-1;
|
||||
FPageIndexOnLastShow:=-1;
|
||||
|
||||
ControlStyle := [csAcceptsControls];
|
||||
ControlStyle := []; // do not add csAcceptsControls
|
||||
TabPosition := tpTop;
|
||||
TabStop := true;
|
||||
ShowTabs := True;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user