jvcllaz: Fix 1-pixel offset when printing appointments in TJvTFDays.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-08-13 16:50:27 +00:00
parent 17fd33cd99
commit 946302e6b5
2 changed files with 2 additions and 1 deletions

View File

@ -13573,7 +13573,7 @@ begin
Result.Right := Result.Left + ApptWidth - ApptBuffer;
// Printer bug, fixed
Result.Top := WorkTop;
Result.Top := WorkTop - 1;
Result.Bottom := CellRect(Col, EndRow, PageInfo).Bottom;
end;