git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4575 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-07-10 06:03:40 +00:00
parent 0a8631ad44
commit 0a034e45b8

View File

@ -47,7 +47,7 @@ void MathFracInset::draw(MathPainterInfo & pi, int x, int y) const
xcell(0).draw(pi, m - xcell(0).width() / 2, y - xcell(0).descent() - 2 - 5);
xcell(1).draw(pi, m - xcell(1).width() / 2, y + xcell(1).ascent() + 2 - 5);
if (!atop_)
pi.pain.line(x, y - 5, x + width(), y - 5, LColor::math);
pi.pain.line(x + 1, y - 5, x + width() - 2, y - 5, LColor::math);
}