Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Nov 13, 2024
1 parent 4fea1da commit 4098ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Alcinoe.FMX.Controls.pas
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ procedure TALControl.Loaded;
{******************************************}
function TALControl.IsOwnerLoading: Boolean;
begin
inherited;
result := (Owner <> nil) and
(csloading in Owner.ComponentState);
end;
Expand Down

0 comments on commit 4098ba7

Please sign in to comment.