]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.cpp
Improve the list of equations
[lyx.git] / src / mathed / InsetMathDots.cpp
index b5799643518e735fdffff35655af923e223a8cdb..8c4bd8374b3f35b84cdf06d44f23436c39278ed7 100644 (file)
@@ -69,7 +69,6 @@ void InsetMathDots::draw(PainterInfo & pi, int x, int y) const
                --y;
        mathed_draw_deco(pi, x + 2, y - dh_, dim.width() - 2, dim.ascent(),
                key_->name);
-       setPosCache(pi, x, y);
 }