1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Update to CEF 80.0.4

- Added GlobalCEFApp.DisableNewBrowserInfoTimeout property
- Removed remaining TCEFSentinel from all the demos.
- Fixed mouse coordinates in FMX demos with OSR browsers before sending a mouse wheel event.
This commit is contained in:
Salvador Díaz Fau
2020-02-26 13:28:29 +01:00
parent a20752eb53
commit feaeb772cb
149 changed files with 7651 additions and 929 deletions

View File

@ -25,9 +25,6 @@ object CTBForm: TCTBForm
Height = 628
Align = alClient
TabOrder = 0
ExplicitTop = 30
ExplicitWidth = 978
ExplicitHeight = 540
end
object Chromium1: TChromium
OnProcessMessageReceived = Chromium1ProcessMessageReceived
@ -48,11 +45,6 @@ object CTBForm: TCTBForm
Left = 32
Top = 288
end
object CEFSentinel1: TCEFSentinel
OnClose = CEFSentinel1Close
Left = 32
Top = 352
end
object Timer2: TTimer
Enabled = False
Interval = 1