mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 07:29:27 +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
|
||||
inherited;
|
||||
|
||||
Include(FComponentStyle, csSubComponent);
|
||||
SetSubComponent(True);
|
||||
end;
|
||||
|
||||
procedure TCustomButtonPanel.DoShowButtons;
|
||||
|
Loading…
Reference in New Issue
Block a user