Changed web shell widget to NOT clip children
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user