mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
Fixed issue #535 ; Blurry text in FMX demos using OSR mode.
This commit is contained in:
parent
0aef2e638b
commit
cf01920678
@ -102,6 +102,7 @@ object FMXExternalPumpBrowserFrm: TFMXExternalPumpBrowserFrm
|
||||
object Panel1: TFMXBufferPanel
|
||||
Align = Client
|
||||
TabOrder = 1
|
||||
HighSpeedDrawing = False
|
||||
CanFocus = True
|
||||
Size.Width = 800.000000000000000000
|
||||
Size.Height = 600.000000000000000000
|
||||
|
@ -119,6 +119,7 @@ object BrowserFrame: TBrowserFrame
|
||||
object FMXBufferPanel1: TFMXBufferPanel
|
||||
Align = Client
|
||||
TabOrder = 5
|
||||
HighSpeedDrawing = False
|
||||
CanFocus = True
|
||||
Size.Width = 998.000000000000000000
|
||||
Size.Height = 674.000000000000000000
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 662,
|
||||
"InternalVersion" : 663,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "129.0.11"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user