TvPlanIt: Fix failure to detect mouse clicks on last way of week in TVpWeekView

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8665 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-12-30 18:27:31 +00:00
parent 08a4e06cf2
commit 627ea2ff59

View File

@ -387,7 +387,7 @@ begin
else if (ADayIndex = 5) then
begin
DayRect.Top := DayRect.Bottom;
DayRect.Bottom := RealTop + FHeaderHeight + DayRectHeight;
DayRect.Bottom := RealBottom;
end else
begin
DayRect.Top := DayRect.Bottom;