diff --git a/source/uCEFFMXBufferPanel.pas b/source/uCEFFMXBufferPanel.pas index f9ebe9d8..701ab686 100644 --- a/source/uCEFFMXBufferPanel.pas +++ b/source/uCEFFMXBufferPanel.pas @@ -139,7 +139,7 @@ type property TabStop; property Size; {$ENDIF} - {$IFNDEF DELPHI25_UP} + {$IFDEF DELPHI25_UP} property OnResized; {$ENDIF} {$IFNDEF DELPHI23_UP} diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index f65f3670..1740fca4 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 369, + "InternalVersion" : 370, "Name" : "cef4delphi_lazarus.lpk", "Version" : "99.2.11.0" }