You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Use the Chrome runtime style in popup windows in the TabbedBrowser2 demo.
This commit is contained in:
@ -240,8 +240,6 @@ begin
|
|||||||
FBrowserWasCreated := False;
|
FBrowserWasCreated := False;
|
||||||
FCanClose := False;
|
FCanClose := False;
|
||||||
FClosing := False;
|
FClosing := False;
|
||||||
|
|
||||||
Chromium1.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TChildForm.FormDestroy(Sender: TObject);
|
procedure TChildForm.FormDestroy(Sender: TObject);
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 695,
|
"InternalVersion" : 696,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "132.3.2"
|
"Version" : "132.3.2"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user