1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-13 21:46:53 +02:00

Fixed issue #535 ; Blurry text in FMX demos using OSR mode.

This commit is contained in:
Salvador Díaz Fau 2024-10-10 12:42:09 +02:00
parent 0aef2e638b
commit cf01920678
3 changed files with 3 additions and 1 deletions

View File

@ -102,6 +102,7 @@ object FMXExternalPumpBrowserFrm: TFMXExternalPumpBrowserFrm
object Panel1: TFMXBufferPanel object Panel1: TFMXBufferPanel
Align = Client Align = Client
TabOrder = 1 TabOrder = 1
HighSpeedDrawing = False
CanFocus = True CanFocus = True
Size.Width = 800.000000000000000000 Size.Width = 800.000000000000000000
Size.Height = 600.000000000000000000 Size.Height = 600.000000000000000000

View File

@ -119,6 +119,7 @@ object BrowserFrame: TBrowserFrame
object FMXBufferPanel1: TFMXBufferPanel object FMXBufferPanel1: TFMXBufferPanel
Align = Client Align = Client
TabOrder = 5 TabOrder = 5
HighSpeedDrawing = False
CanFocus = True CanFocus = True
Size.Width = 998.000000000000000000 Size.Width = 998.000000000000000000
Size.Height = 674.000000000000000000 Size.Height = 674.000000000000000000

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 662, "InternalVersion" : 663,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "129.0.11" "Version" : "129.0.11"
} }