mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
InsetTabular.cpp: typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
98b8e1eb81
commit
90291acefb
@ -854,7 +854,7 @@ void Tabular::updateIndexes()
|
||||
for (col_type column = 0; column < ncols(); ++column) {
|
||||
if (isPartOfMultiColumn(row, column))
|
||||
continue;
|
||||
// columnofcell nneds to be called before setting width and aligment
|
||||
// columnofcell needs to be called before setting width and aligment
|
||||
// multirow cells inherit the width from the column width
|
||||
if (!isPartOfMultiRow(row, column)) {
|
||||
columnofcell[i] = column;
|
||||
|
Loading…
Reference in New Issue
Block a user