From fd552ba69bb0c2eb1b707865b9cb0262f8eea993 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 10 Sep 2015 15:56:41 +0200 Subject: [PATCH] nothing --- src/ce_editor.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ce_editor.pas b/src/ce_editor.pas index 83ad30ca..390f4c34 100644 --- a/src/ce_editor.pas +++ b/src/ce_editor.pas @@ -146,8 +146,7 @@ end; function TCEEditorWidget.closeQuery: boolean; begin - result := inherited; - result := result and (Parent = nil); + result := inherited and (Parent = nil); end; {$ENDREGION}