]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.cpp
Improve the list of equations
[lyx.git] / src / mathed / InsetMathDots.cpp
index d13cdd902f87e724656ce7c57265077586930157..8c4bd8374b3f35b84cdf06d44f23436c39278ed7 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "InsetMathDots.h"
 
+#include "Dimension.h"
 #include "LaTeXFeatures.h"
 #include "MathStream.h"
 #include "MathSupport.h"
@@ -68,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);
 }