]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.cpp
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathCases.cpp
index 4a7b1512441a342867d815bf187ec9a86df2cef8..0a5fa332b1ab241b7c8a278d0534755f1c335e65 100644 (file)
@@ -56,7 +56,6 @@ void InsetMathCases::draw(PainterInfo & pi, int x, int y) const
        Dimension const dim = dimension(*pi.base.bv);
        mathed_draw_deco(pi, x + 1, y - dim.ascent(), 6, dim.height(), from_ascii("{"));
        InsetMathGrid::draw(pi, x, y);
-       setPosCache(pi, x, y);
 }