"repainting horribly broken"
caused by roc's checkin for bug #113232
this is roc's patch for the problem.
This commit is contained in:
sspitzer%netscape.com 2003-03-24 20:41:10 +00:00
Родитель dc8c708120
Коммит 881436c9dc
2 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

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

Просмотреть файл

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