]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Fix bug #6240: Adding table row causes exception that triggers infinite loop in code.
[lyx.git] / src / insets / InsetTabular.cpp
index b8ae729988d52972f80e56efff6b304de94d6700..476541f1e221e339038a3fc1775f2d1d39867050 100644 (file)
@@ -802,6 +802,7 @@ void Tabular::copyColumn(col_type const column)
 
 void Tabular::updateIndexes()
 {
+       setBuffer(buffer());
        col_type ncols = column_info.size();
        row_type nrows = row_info.size();
        numberofcells = 0;