mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 00:19:10 +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);
|
IncSpc(1);
|
||||||
{$endif}
|
{$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;
|
CurPage := Self;
|
||||||
for i := 0 to RTObjects.Count - 1 do
|
for i := 0 to RTObjects.Count - 1 do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user