You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 3.3325.1756.g6d8faa4
This commit is contained in:
@@ -182,7 +182,7 @@ function TCEFWindowParent.DestroyChildWindow : boolean;
|
||||
var
|
||||
TempHWND : HWND;
|
||||
begin
|
||||
TempHWND := GetWindow(Handle, GW_CHILD);
|
||||
TempHWND := ChildWindowHandle;
|
||||
Result := (TempHWND <> 0) and DestroyWindow(TempHWND);
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user