tvplanit: Minor cleanup. Fix repo consistency for images.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-09 17:12:16 +00:00
parent 8cdf18976d
commit 5fb4beb4db
5 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -463,7 +463,6 @@ var
EAIndex: Integer; // Index of last-used item in wvEventArray
I: Integer;
realCenter: Integer;
delta: Integer;
begin
with TVpWeekViewOpener(FWeekView) do begin
// Initialize weekday array
@ -480,8 +479,6 @@ begin
wvEventArray[I].Rec.BottomRight := Point(-1, -1);
wvEventArray[I].Event := nil;
end;
if DrawingStyle = ds3D then delta := 1 else delta := 0;
end;
RenderCanvas.Pen.Color := RealLineColor;