]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathFont.cpp
Get rid of Inset::setPosCache
[features.git] / src / mathed / InsetMathFont.cpp
index 825cf332c497e9b26d4b3101d23815b268f3dd1d..05f9e66e73b081b51fa5653343dfa75d8ff3abd9 100644 (file)
@@ -95,7 +95,6 @@ void InsetMathFont::draw(PainterInfo & pi, int x, int y) const
        Changer dummy = pi.base.changeFontSet(font());
        cell(0).draw(pi, x + 1, y);
        drawMarkers(pi, x, y);
-       setPosCache(pi, x, y);
 }