mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 20:19:23 +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
|
||||
YDone := true
|
||||
else
|
||||
YPos := x + dy + 1;
|
||||
YPos := y + dy + 1;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user