mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Center rows in the gather environment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22250 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0a55c924d9
commit
51a365d784
@ -231,7 +231,7 @@ char InsetMathHull::defaultColAlign(col_type col)
|
|||||||
{
|
{
|
||||||
if (type_ == hullEqnArray)
|
if (type_ == hullEqnArray)
|
||||||
return "rcl"[col];
|
return "rcl"[col];
|
||||||
if (type_ >= hullAlign)
|
if (type_ >= hullAlign && type_ != hullGather)
|
||||||
return "rl"[col & 1];
|
return "rl"[col & 1];
|
||||||
return 'c';
|
return 'c';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user