Fix bullet positioning for justified RTL list items. bug=410503 r=smontagu sr=roc a1.9=dsicore

This commit is contained in:
uriber@gmail.com 2008-01-04 02:22:38 -08:00
parent b915e5d1e0
commit 764bd927ef

View File

@ -2458,6 +2458,7 @@ nsLineLayout::HorizontalAlignFrames(nsRect& aLineBounds,
// Apply the justification, and make sure to update our linebox
// width to account for it.
aLineBounds.width += ApplyFrameJustification(psd, &state);
remainingWidth = availWidth - aLineBounds.width;
break;
}
}