1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +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 Size;
{$ENDIF}
{$IFNDEF DELPHI25_UP}
{$IFDEF DELPHI25_UP}
property OnResized;
{$ENDIF}
{$IFNDEF DELPHI23_UP}

View File

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