mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 18:15:57 +02:00
lcl: set csSubcomponent style in a more correct way for TPanelBitBtn
git-svn-id: trunk@21446 -
This commit is contained in:
parent
319247bb8c
commit
ba57bf9dfd
@ -162,7 +162,7 @@ constructor TPanelBitBtn.Create(AOwner: TComponent);
|
|||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
|
|
||||||
Include(FComponentStyle, csSubComponent);
|
SetSubComponent(True);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomButtonPanel.DoShowButtons;
|
procedure TCustomButtonPanel.DoShowButtons;
|
||||||
|
Loading…
Reference in New Issue
Block a user