LazReport, fix typo when calculating template free space

git-svn-id: trunk@17819 -
This commit is contained in:
jesus 2008-12-12 22:02:00 +00:00
parent 2882892d47
commit be51dda640

View File

@ -204,7 +204,7 @@ begin
if y - YPos > 40 then
YDone := true
else
YPos := x + dy + 1;
YPos := y + dy + 1;
end;
end;
end;