]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.cpp
Improve the list of equations
[lyx.git] / src / mathed / InsetMathArray.cpp
index eb8676d1647cbf57365ec84b60c1388b2dc3468b..eeea831d05e5c2d7f2279a88c6aa7a3553ba9c00 100644 (file)
@@ -82,7 +82,6 @@ void InsetMathArray::metrics(MetricsInfo & mi, Dimension & dim) const
 
 void InsetMathArray::draw(PainterInfo & pi, int x, int y) const
 {
-       setPosCache(pi, x, y);
        Changer dummy2 = pi.base.changeEnsureMath();
        Changer dummy = pi.base.changeArray();
        InsetMathGrid::draw(pi, x, y);