mirror of https://gitlab.com/basile.b/dexed.git
fix #137, Case where SymString translator not aware of the current project
This commit is contained in:
parent
b5f2822abb
commit
238e46da79
|
@ -3638,6 +3638,8 @@ begin
|
|||
(dlgFileChangeClose(fProjectGroup.groupFilename, UnsavedPGrp) = mrCancel) then
|
||||
exit;
|
||||
fProjectGroup.closeGroup;
|
||||
if assigned(fFreeProj) then
|
||||
fFreeProj.activate;
|
||||
end;
|
||||
{$ENDREGION}
|
||||
|
||||
|
|
Loading…
Reference in New Issue