]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathBig.cpp
index c547a7bb975ff554e4ec0232907cbd58d8d44522..5d9f58ac4f319193d8e69a08f1bf86e57b0afe7a 100644 (file)
@@ -89,6 +89,7 @@ void InsetMathBig::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathBig::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << '\\' << name_ << delim_;
        if (delim_[0] == '\\')
                os.pendingSpace(true);