Changed web shell widget to NOT clip children

git-svn-id: svn://10.0.0.236/trunk@8213 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-08-19 23:13:00 +00:00
parent 703ca9af2b
commit 3dd6745dd7
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();
}