A bad test meant an embarassing red line on the left.

This is still bug #9807.
This commit is contained in:
Jean-Marc Lasgouttes 2015-10-26 11:38:01 +01:00
parent 19224e9085
commit f7e639c818

View File

@ -1956,7 +1956,7 @@ void TextMetrics::drawParagraph(PainterInfo & pi, pit_type const pit, int const
rp.paintLast();
if (i == 0 && is_rtl)
rp.paintFirst();
rp.paintTooLargeMarks(row_x < row.left_x(),
rp.paintTooLargeMarks(row_x + row.left_x() < 0,
row_x + row.right_x() > bv_->workWidth());
y += row.descent();