Simplification

This commit is contained in:
M66B
2020-05-02 08:34:19 +02:00
parent 46341ea458
commit e5e2126613

View File

@@ -2155,7 +2155,7 @@ public class HtmlHelper {
String number = index + ".";
textWidth = p.measureText(number);
c.drawText(number, x, bottom - p.descent(), p);
c.drawText(number, x, baseline, p);
p.setStyle(ostyle);
p.setColor(ocolor);