1
0
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:
Salvador Díaz Fau
2024-12-16 12:12:42 +01:00
parent 571c78a71f
commit ba4ca3af3a
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 685,
"InternalVersion" : 686,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "131.3.4"
}