From: Richard Heck Date: Mon, 1 Nov 2010 11:54:18 +0000 (+0000) Subject: Had to be a typo, right? X-Git-Tag: 2.0.0~2146 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5c9dde4d3bfbb42ab2e0ff43cd72ec47528ea744;p=features.git Had to be a typo, right? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35962 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 28be8e9aab..527d2b4da4 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -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;