Fixup 7acfbe0fcc: forgot to change one location

This commit is contained in:
Jean-Marc Lasgouttes 2024-06-06 17:27:24 +02:00
parent 7acfbe0fcc
commit c96d3a0340

View File

@ -313,7 +313,7 @@ void RowPainter::paintAppendix() const
if (par_.params().startOfAppendix())
y += 2 * defaultRowHeight();
pi_.pain.line(1, y, 1, yo_ + row_.height(), Color_appendix);
pi_.pain.line(1, y, 1, yo_ + row_.descent(), Color_appendix);
pi_.pain.line(tm_.width() - 2, y, tm_.width() - 2, yo_ + row_.descent(), Color_appendix);
}