mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-24 11:19:43 +02:00
IDE: package links: show missing lpk as invalid
git-svn-id: branches/fixes_1_2@43953 -
This commit is contained in:
parent
2e9adcacab
commit
af724a1ca6
@ -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