mirror of https://gitlab.com/basile.b/dexed.git
fix, upstream, group was closed even if open dialog canceled
This commit is contained in:
parent
1e957c8f2b
commit
b1813706cf
|
@ -3387,6 +3387,7 @@ begin
|
|||
try
|
||||
if execute then
|
||||
begin
|
||||
fProjectGroup.closeGroup;
|
||||
fProjectGroup.openGroup(filename);
|
||||
fPrjGrpMru.Insert(0, filename);
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue