Whacked paint methods to use new constants

This commit is contained in:
kipp@netscape.com
1999-03-26 00:39:35 +00:00
parent 544351a4a6
commit 74c9fdfeaf
48 changed files with 74 additions and 72 deletions
@@ -269,7 +269,7 @@ nsButtonControlFrame::Paint(nsIPresContext& aPresContext,
nsRect rect(0, 0, mRect.width, mRect.height);
mRenderer.PaintButton(aPresContext, aRenderingContext, aDirtyRect, aWhichLayer, rect);
if (eFramePaintLayer_Content == aWhichLayer) {
if (NS_FRAME_PAINT_LAYER_FOREGROUND == aWhichLayer) {
nsString label;
nsresult result = GetValue(&label);