]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.cpp
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathSplit.cpp
index 5008a8d336b1aefade7eb0a82faeb7e258b2915e..c260e2e51eb053f159209df4c633494e1ce00e44 100644 (file)
@@ -106,7 +106,6 @@ void InsetMathSplit::draw(PainterInfo & pi, int x, int y) const
 {
        Changer dummy = pi.base.changeEnsureMath();
        InsetMathGrid::draw(pi, x, y);
-       setPosCache(pi, x, y);
 }