mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 00:08:27 +02:00
LazReport, missing line from previous patch to fix some lines are not shown
git-svn-id: trunk@39805 -
This commit is contained in:
parent
77f02e3f39
commit
009fe39d7a
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user