You've already forked lazarus-ccr
tvplanit/GanttView: Fix recurring events running beyond Gantt' EndDate.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8554 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -483,6 +483,8 @@ begin
|
||||
end;
|
||||
if dt2 >= AEvent.RepeatRangeEnd then
|
||||
break;
|
||||
if dt1 > FEndDate then
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user