1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-12 22:30:17 +02:00

Update to CEF 128.4.8

This commit is contained in:
Salvador Díaz Fau
2024-09-03 17:26:03 +02:00
parent ed52c6144c
commit 55a70a998e
338 changed files with 10558 additions and 16111 deletions

View File

@ -193,7 +193,7 @@ begin
BrowserWindow1.Chromium.OnBeforeContextMenu := @DoBeforeContextMenu;
BrowserWindow1.Chromium.OnContextMenuCommand := @DoContextMenuCmd;
BrowserWindow1.Chromium.OnProcessMessageReceived := @DoProcessMessageReceived;
BrowserWindow1.Chromium.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY;
BrowserWindow1.LoadURL(UTF8Decode(AddressEdt.Text));
end;