mirror of https://gitlab.com/basile.b/dexed.git
fix #390 - crash when trying to reload a native dexed project not yet renamed to *.dprj
This commit is contained in:
parent
39d9ee85d1
commit
abace80fe4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue