- previous fix sometime cause text to be printed on the same line producing garbage output
This commit is contained in:
parent
f0ec1f2bc8
commit
a3c61e61fc
|
@ -551,6 +551,7 @@ public class StringElement extends PrintElement
|
|||
g2D.setFont(m_font);
|
||||
g2D.setPaint(m_paint);
|
||||
g2D.drawString(iter, xPen, yPen);
|
||||
height += lineHeight;
|
||||
break;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue