mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-02 21:57:37 +02:00
Use the Chrome runtime style in popup windows in the TabbedBrowser2 demo.
This commit is contained in:
parent
9e25a062b0
commit
e09bf5bebe
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user