LazReport, fix db images in double pass reports, issue #14475

git-svn-id: trunk@28410 -
This commit is contained in:
jesus 2010-11-22 16:02:05 +00:00
parent 4c42919bff
commit 136094c9c3

View File

@ -5997,14 +5997,6 @@ begin
IncSpc(1);
{$endif}
if (MasterReport.DoublePass and MasterReport.FinalPass) then
begin
{$ifdef DebugLR}
IncSpc(-1);
DebugLn('%sTfrPage.PrepareObjects DONE, EXIT DoublePass&FinalPass',[sspc]);
{$endif}
Exit;
end;
CurPage := Self;
for i := 0 to RTObjects.Count - 1 do
begin