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 85.3.5
- Added the workaround to the issue #301 to the MiniBrowser demo.
This commit is contained in:
@ -303,7 +303,11 @@ begin
|
||||
GlobalCEFApp.cache := 'cache';
|
||||
GlobalCEFApp.LogFile := 'debug.log';
|
||||
GlobalCEFApp.LogSeverity := LOGSEVERITY_INFO;
|
||||
GlobalCEFApp.EnablePrintPreview := True;
|
||||
GlobalCEFApp.EnablePrintPreview := True;
|
||||
|
||||
// Workaround for the issue #301
|
||||
// https://github.com/salvadordf/CEF4Delphi/issues/301
|
||||
GlobalCEFApp.DisableFeatures := 'OutOfBlinkCors';
|
||||
end;
|
||||
|
||||
procedure TMiniBrowserFrm.BackBtnClick(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user