You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-07-02 22:26:53 +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:
@ -1,7 +1,7 @@
|
||||
object Form1: TForm1
|
||||
Left = 49
|
||||
Left = 206
|
||||
Height = 624
|
||||
Top = 86
|
||||
Top = 79
|
||||
Width = 1038
|
||||
Caption = 'Simple Browser'
|
||||
ClientHeight = 624
|
||||
@ -13,7 +13,7 @@ object Form1: TForm1
|
||||
OnCloseQuery = FormCloseQuery
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '2.0.4.0'
|
||||
LCLVersion = '2.0.6.0'
|
||||
object ChromiumWindow1: TChromiumWindow
|
||||
Left = 0
|
||||
Height = 603
|
||||
@ -63,9 +63,4 @@ object Form1: TForm1
|
||||
left = 80
|
||||
top = 88
|
||||
end
|
||||
object CEFSentinel1: TCEFSentinel
|
||||
OnClose = CEFSentinel1Close
|
||||
left = 80
|
||||
top = 168
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user