mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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);
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user