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
|
||||
p := item[i];
|
||||
p.fGroup := self;
|
||||
p.filename := patchPlateformPath(p.filename);
|
||||
if assigned(fFreeStanding) and (p.absoluteFilename = fFreeStanding.filename) then
|
||||
begin
|
||||
p.fProj := fFreeStanding;
|
||||
|
|
Loading…
Reference in New Issue