mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
parent
888b846cab
commit
df55d013fb
@ -238,7 +238,7 @@ begin
|
||||
// If you need transparency leave the GlobalCEFApp.BackgroundColor property
|
||||
// with the default value or set the alpha channel to 0
|
||||
if TRANSPARENT_BROWSER then
|
||||
GlobalCEFApp.BackgroundColor := CefColorSetARGB($00, $FF, $FF, $FF)
|
||||
GlobalCEFApp.BackgroundColor := CefColorSetARGB($00, $00, $00, $00)
|
||||
else
|
||||
GlobalCEFApp.BackgroundColor := CefColorSetARGB($FF, $FF, $FF, $FF);
|
||||
end;
|
||||
@ -779,7 +779,7 @@ begin
|
||||
// If you need transparency leave the chrmosr.Options.BackgroundColor property
|
||||
// with the default value or set the alpha channel to 0
|
||||
if TRANSPARENT_BROWSER then
|
||||
chrmosr.Options.BackgroundColor := CefColorSetARGB($00, $FF, $FF, $FF)
|
||||
chrmosr.Options.BackgroundColor := CefColorSetARGB($00, $00, $00, $00)
|
||||
else
|
||||
chrmosr.Options.BackgroundColor := CefColorSetARGB($FF, $FF, $FF, $FF);
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 166,
|
||||
"InternalVersion" : 167,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "84.2.6.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user