You've already forked lazarus-ccr
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:
@ -9279,7 +9279,7 @@ begin
|
|||||||
|
|
||||||
Result.Left := VirtCellRect.Left + MakeUpWidth + BaseWidth;
|
Result.Left := VirtCellRect.Left + MakeUpWidth + BaseWidth;
|
||||||
Result.Right := Result.Left + ApptWidth - ApptBuffer;
|
Result.Right := Result.Left + ApptWidth - ApptBuffer;
|
||||||
Result.Top := VirtCellRect.Top;
|
Result.Top := VirtCellRect.Top - 1;
|
||||||
Result.Bottom := VirtualCellRect(Col, EndRow).Bottom;
|
Result.Bottom := VirtualCellRect(Col, EndRow).Bottom;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user