Make sure all caller have to pass in the "ignore 'print backgrounds'

preference" boolean.  Make block/inline _not_ ignore that pref.  Bug 191574,
r+sr=dbaron, a=asa
This commit is contained in:
bzbarsky@mit.edu
2003-02-01 23:54:32 +00:00
parent 4b43698470
commit 0f2396dcb3
12 changed files with 12 additions and 12 deletions

View File

@@ -184,7 +184,7 @@ nsButtonFrameRenderer::PaintBorderAndBackground(nsIPresContext* aPresContext,
nsCSSRendering::PaintBackground(aPresContext, aRenderingContext, mFrame,
aDirtyRect, buttonRect, *border, *padding,
0, 0);
0, 0, PR_FALSE);
nsCSSRendering::PaintBorder(aPresContext, aRenderingContext, mFrame,
aDirtyRect, buttonRect, *border, context, 0);
}