lcl: set csSubcomponent style in a more correct way for TPanelBitBtn

git-svn-id: trunk@21446 -
This commit is contained in:
paul 2009-08-25 16:55:14 +00:00
parent 319247bb8c
commit ba57bf9dfd

View File

@ -162,7 +162,7 @@ constructor TPanelBitBtn.Create(AOwner: TComponent);
begin
inherited;
Include(FComponentStyle, csSubComponent);
SetSubComponent(True);
end;
procedure TCustomButtonPanel.DoShowButtons;