mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
9e6bc6ba41
commit
c69579b679
@ -416,12 +416,8 @@ void MathHullInset::addFancyCol(col_type col)
|
|||||||
addFancyCol(col);
|
addFancyCol(col);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (type_ == "align") {
|
else if (type_ == "align" || type_ == "alignat"
|
||||||
mutate("alignat");
|
|| type_ == "xalignat" || type_ == "xxalignat")
|
||||||
addFancyCol(col);
|
|
||||||
}
|
|
||||||
|
|
||||||
else if (type_ == "alignat" || type_ == "xalignat" || type_ == "xxalignat")
|
|
||||||
MathGridInset::addCol(col);
|
MathGridInset::addCol(col);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user