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 109.1.1
Added GlobalCEFApp.NetLogEnabled Added GlobalCEFApp.NetLogFile Added GlobalCEFApp.NetLogCaptureMode Fixed WindowInfoAsChild for GTK3 in Linux
This commit is contained in:
@ -910,10 +910,8 @@ begin
|
||||
TempParent := gdk_window_xwindow(PGtkWidget(aParent)^.window);
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLGTK3}
|
||||
if ValidCefWindowHandle(aParent) and
|
||||
(TGtk3Window(aParent).widget <> nil) and
|
||||
(TGtk3Window(aParent).widget^.window <> nil)then
|
||||
TempParent := gdk_x11_window_get_xid(TGtk3Window(aParent).widget^.window);
|
||||
if ValidCefWindowHandle(aParent) then
|
||||
TempParent := gdk_x11_window_get_xid(TGtk3Container(aParent).Widget^.window);
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
|
Reference in New Issue
Block a user