]> git.lyx.org Git - features.git/commitdiff
Had to be a typo, right?
authorRichard Heck <rgheck@comcast.net>
Mon, 1 Nov 2010 11:54:18 +0000 (11:54 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 1 Nov 2010 11:54:18 +0000 (11:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35962 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index 28be8e9aabc27c09f63a66b45c5e7e2608af8670..527d2b4da4f148ceb3f1b98c9b8ad1da184709b5 100644 (file)
@@ -1663,7 +1663,7 @@ void Tabular::unsetMultiColumn(idx_type cell)
                // line for every cell that was part of the former multicolumn cell,
                // except if the cell is in the last column
                // therefore remove this line
-               if (cell_info[row][col + c].multicolumn = CELL_BEGIN_OF_MULTICOLUMN
+               if (cell_info[row][col + c].multicolumn == CELL_BEGIN_OF_MULTICOLUMN
                        && (col + c) < (col + span - 1))
                        cell_info[row][col + c].right_line = false;
                cell_info[row][col + c].multicolumn = CELL_NORMAL;