You've already forked CEF4Delphi
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:
@ -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
|
||||
|
Reference in New Issue
Block a user