]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.cpp
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathSubstack.cpp
index fd0d57acec8897d4015f9d114af131a9047292a0..059e02955149ba69177645ecc1977db4881da83a 100644 (file)
@@ -89,6 +89,7 @@ void InsetMathSubstack::infoize(odocstream & os) const
 
 void InsetMathSubstack::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << "\\substack{";
        InsetMathGrid::write(os);
        os << "}\n";