mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #6240: Adding table row causes exception that triggers infinite loop in code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32038 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7365a29fea
commit
86a9302823
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user