Explorar o código

+ Fixed cltransparant issue

michael %!s(int64=22) %!d(string=hai) anos
pai
achega
95d9a6e16e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fcl/image/fpimage.inc

+ 1 - 1
fcl/image/fpimage.inc

@@ -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;