mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
* Fix AV
git-svn-id: trunk@41591 -
This commit is contained in:
parent
9ff072e9aa
commit
ae5e97962f
@ -2857,13 +2857,11 @@ begin
|
||||
if Length(FStreamed)=0 then
|
||||
begin
|
||||
if Collection.Owner is TPDFDocument then
|
||||
begin
|
||||
Opts:=TPDFDocument(Collection.Owner).ImageStreamOptions;
|
||||
end
|
||||
Opts:=TPDFDocument(Collection.Owner).ImageStreamOptions
|
||||
else
|
||||
Opts:=[isoCompressed,isoTransparent];
|
||||
CreateStreamedData(Opts);
|
||||
end;
|
||||
CreateStreamedData(Opts);
|
||||
Result:=FStreamed;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user