Fix deletion of empty last row for \smallmatrix (part of bug #7484).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38476 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-04-22 15:17:32 +00:00
parent dfd5325e8f
commit 1fdd008079
2 changed files with 3 additions and 1 deletions

View File

@ -251,7 +251,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";
}

View File

@ -94,6 +94,8 @@ What's new
- Fix freezing of LyX at samba shares (bug 5891).
- Fix deletion of empty last row for \smallmatrix (part of bug 7484).
* DOCUMENTATION AND LOCALIZATION