Embed the browser object in the HTML window. Spotted by Jacek Caban.
This commit is contained in:
parent
443910ba27
commit
ec821b698b
|
@ -389,7 +389,7 @@ static BOOL HH_AddHTMLPane(HHInfo *pHHInfo)
|
|||
if (!hWnd)
|
||||
return FALSE;
|
||||
|
||||
if (!WB_EmbedBrowser(pHHInfo->pWBInfo, hwndParent))
|
||||
if (!WB_EmbedBrowser(pHHInfo->pWBInfo, hWnd))
|
||||
return FALSE;
|
||||
|
||||
/* store the pointer to the HH info struct */
|
||||
|
|
Loading…
Reference in New Issue