зеркало из https://github.com/mozilla/pjs.git
Bug 346417 RTL justify code is wrong in nsTextFrame r=smontagu, sr=roc
This commit is contained in:
Родитель
05dbfc5a71
Коммит
080b0fd489
|
@ -3724,12 +3724,7 @@ nsTextFrame::PaintTextSlowly(nsPresContext* aPresContext,
|
|||
nsTextDimensions newDimensions;//temp
|
||||
#ifdef IBMBIDI // Simon - display substrings RTL in RTL frame
|
||||
if (isRightToLeftOnBidiPlatform)
|
||||
{
|
||||
nsTextDimensions frameDimensions;
|
||||
GetTextDimensions(aRenderingContext, aTextStyle, text,
|
||||
(PRInt32)textLength, iter.IsLast(), &frameDimensions);
|
||||
currentX = dx + frameDimensions.width;
|
||||
}
|
||||
currentX = dx + mRect.width;
|
||||
#endif
|
||||
while (!iter.IsDone())
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче