+ Fixed cltransparant issue

This commit is contained in:
michael 2003-07-10 11:59:29 +00:00
parent b87c40ac19
commit 95d9a6e16e

View File

@ -232,7 +232,7 @@ constructor TFPMemoryImage.Create (AWidth,AHeight:integer);
begin
inherited create (AWidth,AHeight);
UsePalette := True;
Palette.Add (clTransparent);
Palette.Add (colTransparent);
end;
destructor TFPMemoryImage.Destroy;