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

Update to CEF 112.2.7

This commit is contained in:
salvadordf
2023-04-08 19:00:33 +02:00
parent 23a5de9342
commit 424975e0e1
155 changed files with 16640 additions and 33707 deletions

View File

@@ -15,7 +15,7 @@ object MiniBrowserFrm: TMiniBrowserFrm
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.2.4.0'
LCLVersion = '2.2.6.0'
object Splitter1: TSplitter
Left = 1179
Height = 663
@@ -115,11 +115,11 @@ object MiniBrowserFrm: TMiniBrowserFrm
TabOrder = 1
object URLCbx: TComboBox
Left = 0
Height = 21
Height = 22
Top = 3
Width = 978
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 13
ItemHeight = 14
ItemIndex = 0
Items.Strings = (
'https://www.google.com'

View File

@@ -1069,6 +1069,8 @@ begin
FClosing := True;
Visible := False;
if DevTools.Visible then HideDevTools;
// if TChromium.MultiBrowserMode is enabled then we have to close all
// stored browsers and not only the main browser.
Chromium1.CloseAllBrowsers;