LCL: Set default value of TCustomImage.Transparent to false (bug #10220, #10778)

git-svn-id: trunk@15206 -
This commit is contained in:
vincents 2008-05-22 14:15:03 +00:00
parent 376c870ffe
commit bc6912e30f

View File

@ -585,7 +585,7 @@ type
property OnMouseMove;
property OnMouseUp;
property Stretch: Boolean read FStretch write SetStretch;
property Transparent: Boolean read FTransparent write SetTransparent default true;
property Transparent: Boolean read FTransparent write SetTransparent default false;
property Proportional: Boolean read FProportional write SetProportional default false;
end;