ToDoList: Handle a rare case when there is no owner (project/package).

git-svn-id: trunk@57257 -
This commit is contained in:
juha 2018-02-05 11:18:59 +00:00
parent c8c8ebd6e3
commit c4591d203a

View File

@ -300,7 +300,7 @@ begin
end;
ResolveIDEItem(CurOwner,CurProject,CurPkg);
Assert(Assigned(CurOwner), 'TIDETodoWindow.UpdateTodos: CurOwner=Nil');
if CurOwner=nil then Exit;
Flags:=[];
if chkListed.Checked then