1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Added workaround for issue #330

This commit is contained in:
Salvador Diaz Fau
2021-01-03 13:06:12 +01:00
parent 6eddf7b5da
commit c3def9de88
2 changed files with 5 additions and 3 deletions

View File

@@ -556,8 +556,10 @@ begin
FBitmap := TBitmap.Create;
FBitmap.PixelFormat := pf32bit;
FBitmap.HandleType := bmDIB;
FBitmap.Width := 1;
FBitmap.Height := 1;
FBitmap.Width := 1001;
FBitmap.Height := 600;
FBitmap.Canvas.Brush.Color := clWhite;
FBitmap.Canvas.FillRect(0, 0, FBitmap.Width, FBitmap.Height);
end;
if (FBitmap.Width <> FBuffer.Width) or

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 219,
"InternalVersion" : 220,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "87.1.12.0"
}