fix #390 - crash when trying to reload a native dexed project not yet renamed to *.dprj

This commit is contained in:
Basile Burg 2019-01-08 19:31:56 +01:00
parent 39d9ee85d1
commit abace80fe4
1 changed files with 3 additions and 1 deletions

View File

@ -1055,6 +1055,8 @@ begin
if fProject.isNotEmpty and fProject.fileExists then
begin
dst.openProj(fProject);
if not assigned(dst.fProject) then
exit;
hdl := getMultiDocHandler;
if assigned(hdl) then
mem := hdl.findDocument(dst.fProject.filename);