Fixed background color under border. b=13934. R=Attinasi

This commit is contained in:
dcone%netscape.com 2000-06-05 13:58:05 +00:00
Родитель e939bd51a5
Коммит 72a7587f19
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2180,7 +2180,7 @@ nsCSSRendering::PaintBackground(nsIPresContext* aPresContext,
yDistance = dirtyRect.height;
needBackgroundOnContinuation = PR_TRUE;
// We need to render the background color if the image is transparent
needBackgroundColor = image->GetHasAlphaMask();
//needBackgroundColor = image->GetHasAlphaMask();
break;
}

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

@ -2180,7 +2180,7 @@ nsCSSRendering::PaintBackground(nsIPresContext* aPresContext,
yDistance = dirtyRect.height;
needBackgroundOnContinuation = PR_TRUE;
// We need to render the background color if the image is transparent
needBackgroundColor = image->GetHasAlphaMask();
//needBackgroundColor = image->GetHasAlphaMask();
break;
}