mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 00:29:15 +02:00
ToDoList: Handle a rare case when there is no owner (project/package).
git-svn-id: trunk@57257 -
This commit is contained in:
parent
c8c8ebd6e3
commit
c4591d203a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user