1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Fixed chrmosrBeforePopup arguments in PopupBrowser for Lazarus

This commit is contained in:
Salvador Díaz Fau
2025-10-07 18:17:25 +02:00
parent 8ec7c17025
commit c45521d416
5 changed files with 53 additions and 29 deletions

View File

@@ -10,12 +10,11 @@ object MainForm: TMainForm
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '3.4.0.0'
object AddressPnl: TPanel
Left = 0
Height = 21
@@ -68,6 +67,7 @@ object MainForm: TMainForm
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
OnOpenUrlFromTab = Chromium1OpenUrlFromTab
Left = 56
Top = 152
end