You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Windows : Fix popup DevTools issue.
This commit is contained in:
@ -4828,7 +4828,7 @@ begin
|
||||
FDevWindowInfo.WindowName := aWindowName;
|
||||
end
|
||||
else
|
||||
FDevWindowInfo.SetAsPopup(WindowHandle, aWindowName);
|
||||
FDevWindowInfo.SetAsPopup(aDevToolsWnd, aWindowName);
|
||||
{$ENDIF}
|
||||
{$IFDEF MACOSX}
|
||||
FDevWindowInfo.SetAsChild(aDevToolsWnd, aClientRect);
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 685,
|
||||
"InternalVersion" : 686,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "131.3.4"
|
||||
}
|
||||
|
Reference in New Issue
Block a user