1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-23 21:50:21 +02:00

Use the Chrome runtime style in popup windows in the TabbedBrowser2 demo.

This commit is contained in:
Salvador Díaz Fau 2025-02-05 17:34:24 +01:00
parent 9e25a062b0
commit e09bf5bebe
2 changed files with 1 additions and 3 deletions

View File

@ -240,8 +240,6 @@ begin
FBrowserWasCreated := False;
FCanClose := False;
FClosing := False;
Chromium1.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY;
end;
procedure TChildForm.FormDestroy(Sender: TObject);

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 695,
"InternalVersion" : 696,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "132.3.2"
}