You've already forked lazarus-ccr
tvplanit: Undo previous commit (resorting by time) - it causes a hang.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4874 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1630,7 +1630,7 @@ begin
|
||||
|
||||
{ Now sort times in ascending order. This must be done because the event
|
||||
list can contain recurring events which have the wrong date part }
|
||||
EventList.Sort(CompareEventsByTimeOnly);
|
||||
// EventList.Sort(CompareEventsByTimeOnly);
|
||||
|
||||
{ Arrange this day's events in the event matrix }
|
||||
level := 0;
|
||||
|
@ -300,7 +300,7 @@ begin
|
||||
|
||||
{ Now sort times in ascending order. This must be done because the event
|
||||
list can contain recurring events which have the wrong date part }
|
||||
EventList.Sort(CompareEventsByTimeOnly);
|
||||
// EventList.Sort(CompareEventsByTimeOnly);
|
||||
|
||||
{ initialize TextRect for this day }
|
||||
TextRect := DayRect;
|
||||
|
Reference in New Issue
Block a user