Changed nsCSSRendering::PaintBorder() so the entire rect is used

and not just the width and height


git-svn-id: svn://10.0.0.236/trunk@6136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-07-22 02:46:00 +00:00
parent e926f6207a
commit e727c63ed5
15 changed files with 58 additions and 23 deletions

View File

@@ -91,7 +91,8 @@ NS_METHOD nsTableCellFrame::Paint(nsIPresContext& aPresContext,
aDirtyRect, mRect, *myColor);
nsCSSRendering::PaintBorder(aPresContext, aRenderingContext, this,
aDirtyRect, mRect, *mySpacing, 0);
aDirtyRect, nsRect(0, 0, mRect.width, mRect.height),
*mySpacing, 0);
}
// for debug...