Bug 365742, crash with drawing empty images in trees, r+sr=neil

This commit is contained in:
enndeakin%sympatico.ca 2007-01-08 16:31:21 +00:00
Родитель 1f71b8bf2b
Коммит 902b92ceb1
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -3156,6 +3156,8 @@ nsTreeBodyFrame::PaintImage(PRInt32 aRowIndex,
// Get the image destination size.
nsSize imageDestSize = GetImageDestSize(imageContext, useImageRegion, image);
if (!imageDestSize.width || !imageDestSize.height)
return;
// Get the borders and padding.
nsMargin bp(0,0,0,0);