mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 20:40:56 +02:00
LazReport, fix typo when calculating template free space
git-svn-id: trunk@17819 -
This commit is contained in:
parent
2882892d47
commit
be51dda640
@ -204,7 +204,7 @@ begin
|
|||||||
if y - YPos > 40 then
|
if y - YPos > 40 then
|
||||||
YDone := true
|
YDone := true
|
||||||
else
|
else
|
||||||
YPos := x + dy + 1;
|
YPos := y + dy + 1;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user