lots of pre-conditions and asserts added

fixed a bug in layout having to do with sizing cells in columns that are spanned into
This commit is contained in:
buster
1998-04-30 00:27:59 +00:00
parent 3c92cd5c60
commit e00f37ff11
13 changed files with 450 additions and 169 deletions

View File

@@ -114,10 +114,12 @@ NS_METHOD nsTableRowFrame::Paint(nsIPresContext& aPresContext,
const nsRect& aDirtyRect)
{
// for debug...
/*
if (nsIFrame::GetShowFrameBorders()) {
aRenderingContext.SetColor(NS_RGB(0,0,128));
aRenderingContext.DrawRect(0, 0, mRect.width, mRect.height);
}
*/
PaintChildren(aPresContext, aRenderingContext, aDirtyRect);
return NS_OK;