From 238e46da799c354bfb6c44a85f186371567ec3a4 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 27 Apr 2017 15:38:33 +0200 Subject: [PATCH] fix #137, Case where SymString translator not aware of the current project --- src/ce_main.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_main.pas b/src/ce_main.pas index 820ac373..baedebdb 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -3638,6 +3638,8 @@ begin (dlgFileChangeClose(fProjectGroup.groupFilename, UnsavedPGrp) = mrCancel) then exit; fProjectGroup.closeGroup; + if assigned(fFreeProj) then + fFreeProj.activate; end; {$ENDREGION}