Explorar el Código

* Indexed is by default false, in sync with usepalette which is false by default

git-svn-id: trunk@21003 -
michael hace 13 años
padre
commit
b5b0388f17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-image/src/fpwritepng.pp

+ 1 - 1
packages/fcl-image/src/fpwritepng.pp

@@ -107,7 +107,7 @@ begin
   Fchunk.acapacity := 0;
   Fchunk.data := nil;
   FGrayScale := False;
-  FIndexed := True;
+  FIndexed := False;
   FCompressedText := True;
   FWordSized := True;
   FUseAlpha := False;