You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 80.0.4
- Added GlobalCEFApp.DisableNewBrowserInfoTimeout property - Removed remaining TCEFSentinel from all the demos. - Fixed mouse coordinates in FMX demos with OSR browsers before sending a mouse wheel event.
This commit is contained in:
@ -1095,7 +1095,6 @@ begin
|
||||
TempExists := GetAbsoluteDirPath(aResourcesDirPath, TempDir);
|
||||
|
||||
TempList := TStringList.Create;
|
||||
TempList.Add(TempDir + 'natives_blob.bin');
|
||||
TempList.Add(TempDir + 'snapshot_blob.bin');
|
||||
TempList.Add(TempDir + 'v8_context_snapshot.bin');
|
||||
TempList.Add(TempDir + 'cef.pak');
|
||||
|
Reference in New Issue
Block a user