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:
wp_xxyyzz
2022-10-13 22:01:36 +00:00
parent 23c4602593
commit f102404a6c

View File

@ -483,6 +483,8 @@ begin
end;
if dt2 >= AEvent.RepeatRangeEnd then
break;
if dt1 > FEndDate then
break;
end;
end;