You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-14 21:42:50 +02:00
Added workaround for issue #330
This commit is contained in:
@@ -556,8 +556,10 @@ begin
|
|||||||
FBitmap := TBitmap.Create;
|
FBitmap := TBitmap.Create;
|
||||||
FBitmap.PixelFormat := pf32bit;
|
FBitmap.PixelFormat := pf32bit;
|
||||||
FBitmap.HandleType := bmDIB;
|
FBitmap.HandleType := bmDIB;
|
||||||
FBitmap.Width := 1;
|
FBitmap.Width := 1001;
|
||||||
FBitmap.Height := 1;
|
FBitmap.Height := 600;
|
||||||
|
FBitmap.Canvas.Brush.Color := clWhite;
|
||||||
|
FBitmap.Canvas.FillRect(0, 0, FBitmap.Width, FBitmap.Height);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if (FBitmap.Width <> FBuffer.Width) or
|
if (FBitmap.Width <> FBuffer.Width) or
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 219,
|
"InternalVersion" : 220,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "87.1.12.0"
|
"Version" : "87.1.12.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user