2725: End Of Line Report not flowing over page boundaries

svn: r12025
This commit is contained in:
Benny Malengier 2009-02-17 21:19:44 +00:00
parent e44981b963
commit dcd4115466

View File

@ -587,6 +587,7 @@ class GtkDocTable(GtkDocBaseElement):
break
table_height += row_height
row_index += 1
height -= row_height
# divide the table if any row did not fit
new_table = None