]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathScript.cpp
Re-implement math markers logic.
[features.git] / src / mathed / InsetMathScript.cpp
index a4ffd576b03bea104467d878bba6cfdc7543550a..b5e70fd6313a8eb2600135f16200c01f22ccb2c6 100644 (file)
@@ -337,7 +337,6 @@ void InsetMathScript::metrics(MetricsInfo & mi, Dimension & dim) const
                dim.des = max(nd, des);
        } else
                dim.des = nd;
-       metricsMarkers(mi, dim);
 }
 
 
@@ -357,7 +356,6 @@ void InsetMathScript::draw(PainterInfo & pi, int x, int y) const
                up().draw(pi, x + dx1(bv), y - dy1(bv));
        if (hasDown())
                down().draw(pi, x + dx0(bv), y + dy0(bv));
-       drawMarkers(pi, x, y);
 }