Browse Source

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

git-svn-id: trunk@21003 -
michael 13 years ago
parent
commit
b5b0388f17
1 changed files with 1 additions and 1 deletions
  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;