mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:46:00 +02:00
+ Fixed cltransparant issue
This commit is contained in:
parent
b87c40ac19
commit
95d9a6e16e
@ -232,7 +232,7 @@ constructor TFPMemoryImage.Create (AWidth,AHeight:integer);
|
|||||||
begin
|
begin
|
||||||
inherited create (AWidth,AHeight);
|
inherited create (AWidth,AHeight);
|
||||||
UsePalette := True;
|
UsePalette := True;
|
||||||
Palette.Add (clTransparent);
|
Palette.Add (colTransparent);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TFPMemoryImage.Destroy;
|
destructor TFPMemoryImage.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user