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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user