mirror of https://gitlab.com/basile.b/dexed.git
fix, project under linux, no anymore need to save the project before adding source files
This commit is contained in:
parent
a505b9f525
commit
3cd1306be6
|
@ -112,6 +112,10 @@ begin
|
||||||
subjProjNew(TCEProjectSubject(fProjectSubject), self);
|
subjProjNew(TCEProjectSubject(fProjectSubject), self);
|
||||||
subjProjChanged(TCEProjectSubject(fProjectSubject), self);
|
subjProjChanged(TCEProjectSubject(fProjectSubject), self);
|
||||||
//
|
//
|
||||||
|
{$IFDEF LINUX}
|
||||||
|
fBasePath := '/';
|
||||||
|
{$ENDIF}
|
||||||
|
//
|
||||||
fModified := false;
|
fModified := false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue