You've already forked CEF4Delphi
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:
@@ -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);
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 133,
|
||||
"InternalVersion" : 134,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "81.3.2.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user