You've already forked CEF4Delphi
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:
@ -120,7 +120,7 @@ begin
|
||||
FBrowserLeft.OnBrowserClosed := @LeftBrowserClosed;
|
||||
FBrowserLeft.Align := alClient;
|
||||
FBrowserLeft.Parent := PanelLeft;
|
||||
|
||||
FBrowserLeft.Chromium.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY;
|
||||
OpenBtnLeft.Enabled := False;
|
||||
GoBtnLeftClick(nil);
|
||||
end;
|
||||
@ -163,6 +163,7 @@ begin
|
||||
{$ENDIF}
|
||||
FBrowserRight.Align := alClient;
|
||||
FBrowserRight.Parent := PanelRight;
|
||||
FBrowserRight.Chromium.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY;
|
||||
|
||||
OpenBtnRight.Enabled := False;
|
||||
GoBtnRightClick(nil);
|
||||
|
Reference in New Issue
Block a user