From 009fe39d7a346bd1b00e61d0ccdb2bc4bd26e18f Mon Sep 17 00:00:00 2001 From: jesus Date: Tue, 8 Jan 2013 17:27:20 +0000 Subject: [PATCH] LazReport, missing line from previous patch to fix some lines are not shown git-svn-id: trunk@39805 - --- components/lazreport/source/lr_class.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazreport/source/lr_class.pas b/components/lazreport/source/lr_class.pas index 5846bf88c2..d766a7b2f8 100644 --- a/components/lazreport/source/lr_class.pas +++ b/components/lazreport/source/lr_class.pas @@ -3073,7 +3073,7 @@ var {$IFDEF DebugLR_detail} DebugLn('OutLine Cury=%d + th=%d = %d <= dr.bottom=%d == %s',[cury,th,cury+th,dr.bottom,dbgs(cury+th<=dr.bottom)]); {$ENDIF} - if not Streaming and (cury + th <= DR.Bottom) then + if not Streaming and (cury + th -1 <= DR.Bottom) then begin n := Length(St); w := Ord(St[n - 1]) * 256 + Ord(St[n]);