fix #137, Case where SymString translator not aware of the current project

This commit is contained in:
Basile Burg 2017-04-27 15:38:33 +02:00
parent b5f2822abb
commit 238e46da79
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 2 additions and 0 deletions

View File

@ -3638,6 +3638,8 @@ begin
(dlgFileChangeClose(fProjectGroup.groupFilename, UnsavedPGrp) = mrCancel) then
exit;
fProjectGroup.closeGroup;
if assigned(fFreeProj) then
fFreeProj.activate;
end;
{$ENDREGION}