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

Compatibility fix for D7

This commit is contained in:
Salvador Díaz Fau
2020-05-08 17:47:49 +02:00
parent 5c4108424a
commit 1d750fac10
2 changed files with 5 additions and 2 deletions

View File

@@ -6093,7 +6093,10 @@ begin
while (i < Count) do
if (TBrowserInfo(Items[i]).ID = aID) then
exit(i)
begin
Result := i;
exit;
end
else
inc(i);

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 133,
"InternalVersion" : 134,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "81.3.2.0"
}