mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Had to be a typo, right?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35962 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
17b3e30335
commit
5c9dde4d3b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user