IDE: package links: show missing lpk as invalid

git-svn-id: trunk@43952 -
This commit is contained in:
mattias 2014-02-08 15:47:47 +00:00
parent 92eb98b5b6
commit e3a0bd5d40

View File

@ -331,7 +331,8 @@ begin
Link.LPKInfo.Assign(Info);
if Link.LPKInfo.LPKParsed=lpkiParsedError then
Link.IsValid:=false;
end;
end else
Link.IsValid:=false;
if Link.IsValid then begin
if not LPKFileValidCheckBox.Checked then Link.Visible:=false;
end else begin