dont paint border collapse borders if the damage area is not covered by the borders, bug 225266 r/sr=dbaron

This commit is contained in:
bmlk%gmx.de 2004-01-02 08:26:36 +00:00
Родитель f6f74b7a8d
Коммит 52ad6f35f0
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -6655,6 +6655,8 @@ nsTableFrame::PaintBCBorders(nsIPresContext* aPresContext,
x += size.width;
}
if (!haveIntersect)
return;
// iterate the cell map and build up border segments
nsRect damageArea(startColIndex, startRowIndex, 1 + endColIndex - startColIndex,
1 + endRowIndex - startRowIndex);

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

@ -6655,6 +6655,8 @@ nsTableFrame::PaintBCBorders(nsIPresContext* aPresContext,
x += size.width;
}
if (!haveIntersect)
return;
// iterate the cell map and build up border segments
nsRect damageArea(startColIndex, startRowIndex, 1 + endColIndex - startColIndex,
1 + endRowIndex - startRowIndex);