mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
parent
4c18a49c87
commit
96ef3d320b
@ -525,9 +525,9 @@ void RowPainter::paintLast() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (endlabel == END_LABEL_BOX)
|
if (endlabel == END_LABEL_BOX)
|
||||||
pi_.pain.rectangle(xo_ + x, y, size, size, Color_eolmarker);
|
pi_.pain.rectangle(int(xo_) + x, y, size, size, Color_eolmarker);
|
||||||
else
|
else
|
||||||
pi_.pain.fillRectangle(xo_ + x, y, size, size, Color_eolmarker);
|
pi_.pain.fillRectangle(int(xo_) + x, y, size, size, Color_eolmarker);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user