aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/table.cc')
-rw-r--r--dw/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc
index d1154111..d443327b 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -124,7 +124,7 @@ void Table::sizeRequestImpl (core::Requisition *requisition)
correctRequisition (requisition, core::splitHeightPreserveDescent);
// For the order, see similar reasoning for dw::Textblock.
- correctRequisitionByOOF (requisition);
+ correctRequisitionByOOF (requisition, core::splitHeightPreserveDescent);
DBG_OBJ_LEAVE ();
}