X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnderset.cpp;h=b8c5d14625dd81f097ac06196867f49c66b6efe7;hb=f5fe3c17be0a66b32085585962877dfc2dae9140;hp=f31ebae75c8204e12c61dadee7b4b42360a19c7d;hpb=eadc55b8b38a489202e2e168521578dae119fd59;p=lyx.git diff --git a/src/mathed/InsetMathUnderset.cpp b/src/mathed/InsetMathUnderset.cpp index f31ebae75c..b8c5d14625 100644 --- a/src/mathed/InsetMathUnderset.cpp +++ b/src/mathed/InsetMathUnderset.cpp @@ -41,7 +41,6 @@ void InsetMathUnderset::metrics(MetricsInfo & mi, Dimension & dim) const dim.wid = max(dim0.width(), dim1.width()) + 4; dim.asc = dim1.ascent(); dim.des = dim1.descent() + dim0.height() + 4; - metricsMarkers(mi, dim); } @@ -56,7 +55,6 @@ void InsetMathUnderset::draw(PainterInfo & pi, int x, int y) const cell(1).draw(pi, m - dim1.width() / 2, y); Changer dummy = pi.base.changeFrac(); cell(0).draw(pi, m - dim0.width() / 2, yo); - drawMarkers(pi, x, y); }