mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
compil fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19950 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
82d372dff8
commit
02227212b2
@ -67,7 +67,7 @@ bool InsetMathMBox::metrics(MetricsInfo & mi, Dimension & dim) const
|
||||
|
||||
void InsetMathMBox::draw(PainterInfo & pi, int x, int y) const
|
||||
{
|
||||
text_.draw(pi, x + 1, y);
|
||||
pi.base.bv->textMetrics(&text_).draw(pi, x + 1, y);
|
||||
drawMarkers(pi, x, y);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user