Mac - Temporarly turning off the passing down of rendering contexts to children during updates to facilitate a hack that improves rendering. The hack is getting around the Windows centric XP code.

This commit is contained in:
saari%netscape.com 1998-12-03 04:26:46 +00:00
Родитель eb0d083f63
Коммит 1576d7c24e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -730,7 +730,7 @@ NS_IMETHODIMP nsWindow::Update(nsIRenderingContext* aRenderingContext)
do do
{ {
if (NS_SUCCEEDED(children->CurrentItem((nsISupports **)&child))) { if (NS_SUCCEEDED(children->CurrentItem((nsISupports **)&child))) {
child->Update(renderingContext); child->Update(/*renderingContext*/);
} }
} }
while (NS_SUCCEEDED(children->Next())); while (NS_SUCCEEDED(children->Next()));