donn't mutate align to alignat

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4691 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-07-17 17:25:17 +00:00
parent 9e6bc6ba41
commit c69579b679

View File

@ -416,12 +416,8 @@ void MathHullInset::addFancyCol(col_type col)
addFancyCol(col);
}
else if (type_ == "align") {
mutate("alignat");
addFancyCol(col);
}
else if (type_ == "alignat" || type_ == "xalignat" || type_ == "xxalignat")
else if (type_ == "align" || type_ == "alignat"
|| type_ == "xalignat" || type_ == "xxalignat")
MathGridInset::addCol(col);
}