You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 84.2.6
- Fixed TChromium.HyperlinkAuditing default value - Fixed CheckDLLs function in Linux - Fixed Delphi 7 backwards compatibility - Fixed issue #289
This commit is contained in:
@@ -230,6 +230,7 @@ begin
|
||||
Chromium1.ProxyPassword := '';
|
||||
}
|
||||
|
||||
Chromium1.DefaultURL := Edit1.Text;
|
||||
Chromium1.CreateBrowser(CEFWindowParent1, '', TempContext);
|
||||
finally
|
||||
TempContext := nil;
|
||||
@@ -268,7 +269,6 @@ procedure TChildForm.BrowserCreatedMsg(var aMessage : TMessage);
|
||||
begin
|
||||
CEFWindowParent1.UpdateSize;
|
||||
Panel1.Enabled := True;
|
||||
Button1.Click;
|
||||
end;
|
||||
|
||||
procedure TChildForm.BrowserDestroyMsg(var aMessage : TMessage);
|
||||
|
||||
Reference in New Issue
Block a user