mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 08:09:53 +01:00
* Indexed is by default false, in sync with usepalette which is false by default
git-svn-id: trunk@21003 -
This commit is contained in:
parent
a49112dcc2
commit
b5b0388f17
@ -107,7 +107,7 @@ begin
|
||||
Fchunk.acapacity := 0;
|
||||
Fchunk.data := nil;
|
||||
FGrayScale := False;
|
||||
FIndexed := True;
|
||||
FIndexed := False;
|
||||
FCompressedText := True;
|
||||
FWordSized := True;
|
||||
FUseAlpha := False;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user