mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 09:59:29 +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
|
||||
inherited create (AWidth,AHeight);
|
||||
UsePalette := True;
|
||||
Palette.Add (clTransparent);
|
||||
Palette.Add (colTransparent);
|
||||
end;
|
||||
|
||||
destructor TFPMemoryImage.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user