lcl: set ToolBar.Transparent = False by default

git-svn-id: trunk@28154 -
This commit is contained in:
paul 2010-11-08 10:34:16 +00:00
parent a2421a3173
commit 4439ab142e

View File

@ -60,7 +60,7 @@ var
begin
inherited Create(TheOwner);
ControlStyle := [csAcceptsControls, csCaptureMouse, csClickEvents,
csDoubleClicks, csMenuEvents, csSetCaption, csParentBackground];
csDoubleClicks, csMenuEvents, csSetCaption, csParentBackground, csOpaque];
FFlat := True;
FButtonWidth := 23;
FButtonHeight := 22;