Skip to content

Commit

Permalink
Fix bug in the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Sep 20, 2023
1 parent fb5ca9b commit a21bdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Embarcadero/Alexandria/11_3/Alexandria_11_3.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit a21bdf0

Please sign in to comment.