1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-14 21:42:50 +02:00

Fixed backwards compatibility issue in FMX

This commit is contained in:
salvadordf
2022-03-16 21:39:12 +01:00
parent d8c4d8a128
commit f74208f4a8
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ type
property TabStop; property TabStop;
property Size; property Size;
{$ENDIF} {$ENDIF}
{$IFNDEF DELPHI25_UP} {$IFDEF DELPHI25_UP}
property OnResized; property OnResized;
{$ENDIF} {$ENDIF}
{$IFNDEF DELPHI23_UP} {$IFNDEF DELPHI23_UP}

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 369, "InternalVersion" : 370,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "99.2.11.0" "Version" : "99.2.11.0"
} }