You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Added the MiniBrowser demo for Linux
Fixed the Linux version of WindowInfoAsPopUp.
This commit is contained in:
@@ -1961,7 +1961,9 @@ begin
|
||||
{$ELSE}
|
||||
WindowInfoAsChild(FDevWindowInfo, aDevToolsWnd, aClientRect)
|
||||
else
|
||||
WindowInfoAsPopUp(FDevWindowInfo, WindowHandle);
|
||||
// WindowInfoAsPopUp only exists for Windows. The Linux version of cefclient
|
||||
// calls WindowInfoAsChild with aParent set to NULL to create a popup window.
|
||||
WindowInfoAsPopUp(FDevWindowInfo, aDevToolsWnd);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user