Commented out the 3D border hint for the WebShell window.

This commit is contained in:
rods@netscape.com
1998-11-11 20:17:09 +00:00
parent 9d3f625d01
commit efeb161d30
2 changed files with 2 additions and 2 deletions

View File

@@ -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);