Bug 148947 [quirks]selecting past underline extends underline r+sr=roc, a=benjamin

git-svn-id: svn://10.0.0.236/trunk@176137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
masayuki%d-toybox.com
2005-07-15 15:07:51 +00:00
parent 855fe9b8e1
commit 9d5b41b98d

View File

@@ -3411,12 +3411,12 @@ nsTextFrame::PaintTextSlowly(nsPresContext* aPresContext,
aRenderingContext.SetColor(nsCSSRendering::TransformColor(aTextStyle.mColor->mColor, canDarkenColor));
RenderString(aRenderingContext, aStyleContext, aPresContext,
aTextStyle, currenttext, currentlength, isEndOfFrame,
currentX, dy, width, details);
currentX, dy, newDimensions.width, details);
} else if (!isPaginated) {
aRenderingContext.SetColor(nsCSSRendering::TransformColor(currentFGColor, canDarkenColor));
RenderString(aRenderingContext,aStyleContext, aPresContext,
aTextStyle, currenttext, currentlength, isEndOfFrame,
currentX, dy, width, details);
currentX, dy, newDimensions.width, details);
}
#ifdef IBMBIDI