You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2026-05-16 08:38:08 +02:00
Added SimpleBrowser for Lazarus and QT6
This commit is contained in:
@@ -538,6 +538,7 @@ begin
|
||||
{$IF DEFINED(LCLQT) OR DEFINED(LCLQT5) OR DEFINED(LCLQT6)}
|
||||
if ValidCefWindowHandle(aParent) then
|
||||
begin
|
||||
// CEF requires a native widget with an associated native window handle.
|
||||
TempParent := QWidget_winId(TQtWidget(aParent).Widget);
|
||||
end;
|
||||
{$IFEND}
|
||||
|
||||
Reference in New Issue
Block a user