You've already forked lazarus-ccr
tvplanit: Fix GanttView crashing with empty datastore.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1691,6 +1691,9 @@ begin
|
||||
end;
|
||||
|
||||
SetLength(FWeekRecords, GetNumWeeks);
|
||||
if Length(FWeekRecords) = 0 then
|
||||
exit;
|
||||
|
||||
x1 := FixedColWidth;
|
||||
y1 := 0;
|
||||
if (gchMonth in FColHeaderAttributes.Visible) then
|
||||
|
Reference in New Issue
Block a user