mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:40:20 +02:00
IDE: package links: show missing lpk as invalid
git-svn-id: trunk@43952 -
This commit is contained in:
parent
92eb98b5b6
commit
e3a0bd5d40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user