mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 10:14:03 +02:00
IDE: fixed loading environment variable overrides from the project file (lpi), when using a lps file too.
git-svn-id: trunk@13943 -
This commit is contained in:
parent
80a239232c
commit
adb8e77d8c
@ -232,7 +232,6 @@ function TRunParamsOptions.Load(XMLConfig: TXMLConfig; const Path: string;
|
||||
var
|
||||
i, Cnt: integer;
|
||||
begin
|
||||
fUserOverrides.Clear;
|
||||
Cnt := XMLConfig.GetValue(APath + 'Count', 0);
|
||||
for i := 0 to Cnt - 1 do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user