Explorar el Código

+ Fixed cltransparant issue

michael hace 22 años
padre
commit
95d9a6e16e
Se han modificado 1 ficheros con 1 adiciones y 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;