You've already forked lazarus-ccr
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:
@ -387,7 +387,7 @@ begin
|
|||||||
else if (ADayIndex = 5) then
|
else if (ADayIndex = 5) then
|
||||||
begin
|
begin
|
||||||
DayRect.Top := DayRect.Bottom;
|
DayRect.Top := DayRect.Bottom;
|
||||||
DayRect.Bottom := RealTop + FHeaderHeight + DayRectHeight;
|
DayRect.Bottom := RealBottom;
|
||||||
end else
|
end else
|
||||||
begin
|
begin
|
||||||
DayRect.Top := DayRect.Bottom;
|
DayRect.Top := DayRect.Bottom;
|
||||||
|
Reference in New Issue
Block a user