- previous fix sometime cause text to be printed on the same line producing garbage output
This commit is contained in:
Heng Sin Low 2009-05-22 03:54:06 +00:00
parent f0ec1f2bc8
commit a3c61e61fc
1 changed files with 1 additions and 0 deletions

View File

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