mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Do not draw appendix lines below en of document
This bug is pretty old, but it was not visible because the grey area below the document would overwrite it. It would be better to close the frame at the end of the document, but this is for later.
This commit is contained in:
parent
92ef555abd
commit
7acfbe0fcc
@ -314,7 +314,7 @@ void RowPainter::paintAppendix() const
|
||||
y += 2 * defaultRowHeight();
|
||||
|
||||
pi_.pain.line(1, y, 1, yo_ + row_.height(), Color_appendix);
|
||||
pi_.pain.line(tm_.width() - 2, y, tm_.width() - 2, yo_ + row_.height(), Color_appendix);
|
||||
pi_.pain.line(tm_.width() - 2, y, tm_.width() - 2, yo_ + row_.descent(), Color_appendix);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user