зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f6f74b7a8d
Коммит
52ad6f35f0
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче