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
|
try
|
||||||
if execute then
|
if execute then
|
||||||
begin
|
begin
|
||||||
|
fProjectGroup.closeGroup;
|
||||||
fProjectGroup.openGroup(filename);
|
fProjectGroup.openGroup(filename);
|
||||||
fPrjGrpMru.Insert(0, filename);
|
fPrjGrpMru.Insert(0, filename);
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue