mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix deletion of empty last row for \smallmatrix (part of bug #7484).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38475 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
659d68713f
commit
d4bcdae8d7
@ -252,7 +252,7 @@ bool innerHull(docstring const & name)
|
||||
return name == "array" || name == "cases" || name == "aligned"
|
||||
|| name == "alignedat" || name == "gathered" || name == "split"
|
||||
|| name == "subarray" || name == "tabular" || name == "matrix"
|
||||
|| name.substr(1) == "matrix";
|
||||
|| name == "smallmatrix" || name.substr(1) == "matrix";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user