mirror of https://gitlab.com/basile.b/dexed.git
project groups, patch paths after load
This commit is contained in:
parent
5145259308
commit
681e34e8af
|
@ -309,6 +309,7 @@ begin
|
||||||
begin
|
begin
|
||||||
p := item[i];
|
p := item[i];
|
||||||
p.fGroup := self;
|
p.fGroup := self;
|
||||||
|
p.filename := patchPlateformPath(p.filename);
|
||||||
if assigned(fFreeStanding) and (p.absoluteFilename = fFreeStanding.filename) then
|
if assigned(fFreeStanding) and (p.absoluteFilename = fFreeStanding.filename) then
|
||||||
begin
|
begin
|
||||||
p.fProj := fFreeStanding;
|
p.fProj := fFreeStanding;
|
||||||
|
|
Loading…
Reference in New Issue