X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLefteqn.cpp;h=c4aa8b1f4f093c207e416416bf5c7843f0e0aead;hb=f5fe3c17be0a66b32085585962877dfc2dae9140;hp=ec4fe7e9b0f74f6927c42cb7f333665b13ca2795;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathLefteqn.cpp b/src/mathed/InsetMathLefteqn.cpp index ec4fe7e9b0..c4aa8b1f4f 100644 --- a/src/mathed/InsetMathLefteqn.cpp +++ b/src/mathed/InsetMathLefteqn.cpp @@ -34,14 +34,12 @@ void InsetMathLefteqn::metrics(MetricsInfo & mi, Dimension & dim) const dim.asc += 2; dim.des += 2; dim.wid = 4; - metricsMarkers(dim); } void InsetMathLefteqn::draw(PainterInfo & pi, int x, int y) const { - cell(0).draw(pi, x + 2, y); - drawMarkers(pi, x, y); + cell(0).draw(pi, x + 1, y); }