mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 09:46:54 +00:00
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:
parent
dfd5325e8f
commit
1fdd008079
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user