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
Родитель 4a043238b6
Коммит 2544167c67
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;
}
}