project groups, patch paths after load

This commit is contained in:
Basile Burg 2016-10-28 12:33:05 +02:00
parent 5145259308
commit 681e34e8af
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -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;