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;
|
||||
begin
|
||||
result := inherited;
|
||||
result := result and (Parent = nil);
|
||||
result := inherited and (Parent = nil);
|
||||
end;
|
||||
{$ENDREGION}
|
||||
|
||||
|
|
Loading…
Reference in New Issue