Commit ad41b056 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fixes for merged rows

parent 4bfce4d0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -407,6 +407,9 @@ def parseGridTableWithSpans(gridTable:str) -> tuple[GridTableRowList, GridTableR
								# Check whether a cell contains a header separator
								if matchGridTableBodySeparatorLine.match(content):  # A new row is to be added
									rowsTracker[columnCellIndex] = maxRowsTracker + 1	# That actual row will have more than one row
									rowIndex = rowsTracker[columnCellIndex]
									cell = rows[rowIndex][columnCellIndex]

									cell.listFlag = False
									columnForward = 0