From 4098ba7f78fb25098cc42d48a8214afd647989a0 Mon Sep 17 00:00:00 2001 From: Zeus Date: Wed, 13 Nov 2024 14:52:14 +0100 Subject: [PATCH] Minor Fix --- Source/Alcinoe.FMX.Controls.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Alcinoe.FMX.Controls.pas b/Source/Alcinoe.FMX.Controls.pas index f65ea359e..48c9e8b63 100644 --- a/Source/Alcinoe.FMX.Controls.pas +++ b/Source/Alcinoe.FMX.Controls.pas @@ -190,7 +190,6 @@ procedure TALControl.Loaded; {******************************************} function TALControl.IsOwnerLoading: Boolean; begin - inherited; result := (Owner <> nil) and (csloading in Owner.ComponentState); end;