]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.C
fix xxalignat bug
[lyx.git] / src / mathed / math_hullinset.C
index 6d4e2809918f087a663eacd8be0247aa018231a8..4f5a81d29b9d640feb48e1006cc34819102eba8a 100644 (file)
@@ -402,7 +402,9 @@ void MathHullInset::footer_write(WriteStream & os) const
 
 bool MathHullInset::colChangeOK() const
 {
-       return type_ == "align" || type_ == "alignat" || type_ == "xalignat";
+       return
+               type_ == "align" || type_ == "alignat" ||
+               type_ == "xalignat" || type_ == "xxalignat";
 }