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

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7120 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-08-12 08:31:21 +00:00
parent 7fcf7ced7d
commit 3f05a976dc

View File

@ -9279,7 +9279,7 @@ begin
Result.Left := VirtCellRect.Left + MakeUpWidth + BaseWidth;
Result.Right := Result.Left + ApptWidth - ApptBuffer;
Result.Top := VirtCellRect.Top;
Result.Top := VirtCellRect.Top - 1;
Result.Bottom := VirtualCellRect(Col, EndRow).Bottom;
end;