Commented out the 3D border hint for the WebShell window.
git-svn-id: svn://10.0.0.236/trunk@14449 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -673,7 +673,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
|
||||
}
|
||||
|
||||
widgetInit.clipChildren = PR_FALSE;
|
||||
widgetInit.mBorderStyle = aIsSunkenBorder ? eBorderStyle_3DChildWindow : eBorderStyle_none;
|
||||
//widgetInit.mBorderStyle = aIsSunkenBorder ? eBorderStyle_3DChildWindow : eBorderStyle_none;
|
||||
mWindow->Create(aNativeParent, aBounds, nsWebShell::HandleEvent,
|
||||
mDeviceContext, nsnull, nsnull, &widgetInit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user