git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27594 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-11-16 23:07:13 +00:00
parent b818b2c7ea
commit 971f934d1e

View File

@ -1000,7 +1000,7 @@ void InsetMathGrid::write(WriteStream & os,
lastcol = col + 1;
emptyline = false;
}
for (col_type col = beg_col; col < end_col; ++col) {
for (col_type col = beg_col; col < last_col; ++col) {
os << cell(index(row, col));
if (os.pendingBrace())
ModeSpecifier specifier(os, TEXT_MODE);