You've already forked CEF4Delphi
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:
@@ -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
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 219,
|
||||
"InternalVersion" : 220,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "87.1.12.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user