backing seth out, for blocker fixes

git-svn-id: svn://10.0.0.236/trunk@140171 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2003-03-24 23:20:04 +00:00
parent 4703bb8197
commit d3432f8912
2 changed files with 4 additions and 8 deletions

View File

@@ -585,10 +585,8 @@ SyncFrameViewGeometryDependentProperties(nsIPresContext* aPresContext,
aView->GetWidget(*getter_AddRefs(widget));
if (widget) {
// Enable translucency in the widget
NS_WARNING("Enabling window transparency");
// commented out, see bug #198946
//widget->SetWindowTranslucency(PR_TRUE);
//viewHasTransparentContent = PR_TRUE;
widget->SetWindowTranslucency(PR_TRUE);
viewHasTransparentContent = PR_TRUE;
}
}
}