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

git-svn-id: trunk@21003 -
This commit is contained in:
michael 2012-04-23 09:44:30 +00:00
parent a49112dcc2
commit b5b0388f17

View File

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