salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.19k stars 363 forks source link

Fixing event assignments in the BrowserWindow project #514

Closed n7800 closed 1 month ago

n7800 commented 1 month ago

In the BrowserWindow example project, a pair of events are created in code but not assigned to an object. Because of this they don't work.

This is just one place that I noticed. There may be unused events in other projects too - I recommend you check.

salvadordf commented 1 month ago

Thank you for this fix! :D