X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.cpp;h=8c4bd8374b3f35b84cdf06d44f23436c39278ed7;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=d13cdd902f87e724656ce7c57265077586930157;hpb=6f82f51cbe53e52e33e73d22f01ba9582d643083;p=lyx.git diff --git a/src/mathed/InsetMathDots.cpp b/src/mathed/InsetMathDots.cpp index d13cdd902f..8c4bd8374b 100644 --- a/src/mathed/InsetMathDots.cpp +++ b/src/mathed/InsetMathDots.cpp @@ -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); }