mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 05:39:56 +02:00
LazConfig, fix path pre-fixing
git-svn-id: trunk@32782 -
This commit is contained in:
parent
011643ec2a
commit
8518eb661d
@ -672,7 +672,8 @@ var
|
|||||||
PropCount,i : integer;
|
PropCount,i : integer;
|
||||||
PropList : PPropList;
|
PropList : PPropList;
|
||||||
begin
|
begin
|
||||||
Path := ExtendPath(Path);
|
// Do Not extebd the path, individual SetValue will be called, and Extend it
|
||||||
|
//Path := ExtendPath(Path);
|
||||||
PropCount:=GetPropList(Obj,PropList);
|
PropCount:=GetPropList(Obj,PropList);
|
||||||
if PropCount>0 then begin
|
if PropCount>0 then begin
|
||||||
try
|
try
|
||||||
@ -690,7 +691,8 @@ var
|
|||||||
PropCount,i : integer;
|
PropCount,i : integer;
|
||||||
PropList : PPropList;
|
PropList : PPropList;
|
||||||
begin
|
begin
|
||||||
Path := ExtendPath(Path);
|
// Do Not extebd the path, individual SetValue will be called, and Extend it
|
||||||
|
//Path := ExtendPath(Path);
|
||||||
PropCount:=GetPropList(Obj,PropList);
|
PropCount:=GetPropList(Obj,PropList);
|
||||||
if PropCount>0 then begin
|
if PropCount>0 then begin
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user