mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
7b66664bc0
commit
fd552ba69b
|
@ -146,8 +146,7 @@ end;
|
||||||
|
|
||||||
function TCEEditorWidget.closeQuery: boolean;
|
function TCEEditorWidget.closeQuery: boolean;
|
||||||
begin
|
begin
|
||||||
result := inherited;
|
result := inherited and (Parent = nil);
|
||||||
result := result and (Parent = nil);
|
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue