From a21bdf0398601bef6e1ec5411e5d60cb458efcc3 Mon Sep 17 00:00:00 2001 From: Zeus Date: Wed, 20 Sep 2023 13:04:41 +0200 Subject: [PATCH] Fix bug in the patch --- Embarcadero/Alexandria/11_3/Alexandria_11_3.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Embarcadero/Alexandria/11_3/Alexandria_11_3.patch b/Embarcadero/Alexandria/11_3/Alexandria_11_3.patch index 2a3c34b14..9f8b6e0c6 100644 --- a/Embarcadero/Alexandria/11_3/Alexandria_11_3.patch +++ b/Embarcadero/Alexandria/11_3/Alexandria_11_3.patch @@ -151,8 +151,8 @@ diff --git a/Embarcadero/Alexandria/11_3/fmx/FMX.Controls.pas b/Embarcadero/Alex procedure DialogKey(var Key: Word; Shift: TShiftState); virtual; @@ -602,6 +607,7 @@ { optimization } - function GetFirstVisibleObjectIndex: Embarcadero/Alexandria/11_3/Integer; virtual; - function GetLastVisibleObjectIndex: Embarcadero/Alexandria/11_3/Integer; virtual; + function GetFirstVisibleObjectIndex: Integer; virtual; + function GetLastVisibleObjectIndex: Integer; virtual; + function IsVisibleObject(const AObject: TControl): Boolean; virtual; // https://quality.embarcadero.com/browse/RSP-42357 function GetDefaultSize: TSizeF; virtual; { bi-di }