aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-23 14:24:33 +0200
committerSebastian Geerken <devnull@localhost>2014-09-23 14:24:33 +0200
commitd2301b7b883f577707b353f9544702dce203ff1b (patch)
tree53f7ca48b25f77fd524e93b24072360a9c1313fe /dw/table.cc
parent43298239a35f6b75dfc3cb7e392deafb0bb1528c (diff)
OOFAwareWidget::correctRequisitionByOOF: use splitHeightFun.
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 ();
}