Packager: Set variables PkgLinks and LazPackageLinks together.

git-svn-id: trunk@56461 -
This commit is contained in:
juha 2017-11-21 15:32:02 +00:00
parent 58c3c1594a
commit 09c709f890
2 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,6 @@ end;
constructor TLazPackageLinks.Create;
begin
PkgLinks:=Self;
UserLinkLoadTimeValid:=false;
FGlobalLinks:=TAvlTree.Create(@ComparePackageLinks);
FOnlineLinks:=TAvlTree.Create(@ComparePackageLinks);

View File

@ -2919,6 +2919,7 @@ begin
// package links
LazPackageLinks:=TLazPackageLinks.Create;
PkgLinks:=LazPackageLinks;
LazPackageLinks.UpdateAll;
// package graph