mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:49:14 +02:00
LazReport, fix db images in double pass reports, issue #14475
git-svn-id: trunk@28410 -
This commit is contained in:
parent
4c42919bff
commit
136094c9c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user