Changed web shell widget to NOT clip children

This commit is contained in:
troy@netscape.com
1998-08-19 23:13:00 +00:00
parent 9b592f1a39
commit 7592296cbf
2 changed files with 8 additions and 2 deletions

View File

@@ -567,8 +567,11 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
NS_RELEASE(mInnerWindow);
}
else {
nsWidgetInitData widgetInit;
widgetInit.clipChildren = PR_FALSE;
mWindow->Create(aNativeParent, aBounds, nsWebShell::HandleEvent,
mDeviceContext, nsnull);
mDeviceContext, nsnull, nsnull, &widgetInit);
// Get rid of extra reference count
mWindow->Release();
}