diff options
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index 42963ba0..9922543f 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -157,7 +157,9 @@ void Table::getExtremesImpl (core::Extremes *extremes) void Table::sizeAllocateImpl (core::Allocation *allocation) { - DBG_OBJ_ENTER0 ("resize", 0, "sizeAllocateImpl"); + DBG_OBJ_ENTER ("resize", 0, "sizeAllocateImpl", "%d, %d; %d * (%d + %d)", + allocation->x, allocation->y, allocation->width, + allocation->ascent, allocation->descent); calcCellSizes (true); |