This commit is contained in:
Basile Burg 2015-09-10 15:56:41 +02:00
parent 7b66664bc0
commit fd552ba69b
1 changed files with 1 additions and 2 deletions

View File

@ -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}