ICU-1428 Paragraph::draw - need to call ubidi_setLine with lastChar + 1.
X-SVN-Rev: 7317
This commit is contained in:
parent
a8a3d9c46a
commit
9b103e24a0
@ -425,7 +425,7 @@ void Paragraph::draw(void *surface, int32_t firstLine, int32_t lastLine)
|
||||
|
||||
x = MARGIN;
|
||||
|
||||
ubidi_setLine(fBidi, firstChar, lastChar, lBidi, &bidiStatus);
|
||||
ubidi_setLine(fBidi, firstChar, lastChar + 1, lBidi, &bidiStatus);
|
||||
|
||||
dirCount = ubidi_countRuns(lBidi, &bidiStatus);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user