2725: End Of Line Report not flowing over page boundaries
svn: r12026
This commit is contained in:
parent
31e4cf1114
commit
c595f6d4b0
@ -582,11 +582,12 @@ class GtkDocTable(GtkDocBaseElement):
|
|||||||
row = self._children[row_index]
|
row = self._children[row_index]
|
||||||
(r1, r2), row_height = row.divide(layout, table_width, height,
|
(r1, r2), row_height = row.divide(layout, table_width, height,
|
||||||
dpi_x, dpi_y)
|
dpi_x, dpi_y)
|
||||||
if r2 is not None:
|
if r2 is not None:
|
||||||
#break the table in two parts
|
#break the table in two parts
|
||||||
break
|
break
|
||||||
table_height += row_height
|
table_height += row_height
|
||||||
row_index += 1
|
row_index += 1
|
||||||
|
height -= row_height
|
||||||
|
|
||||||
# divide the table if any row did not fit
|
# divide the table if any row did not fit
|
||||||
new_table = None
|
new_table = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user