mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
fix #505
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4575 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0a8631ad44
commit
0a034e45b8
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user