fix, upstream, group was closed even if open dialog canceled

This commit is contained in:
Basile Burg 2016-09-11 14:43:18 +02:00
parent 1e957c8f2b
commit b1813706cf
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -3387,6 +3387,7 @@ begin
try
if execute then
begin
fProjectGroup.closeGroup;
fProjectGroup.openGroup(filename);
fPrjGrpMru.Insert(0, filename);
end;