summaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/table.cc')
-rw-r--r--dw/table.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/table.cc b/dw/table.cc
index 582c8184..18bf81cd 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -1196,10 +1196,13 @@ void Table::actuallyCalcCellSizes (bool calcHeights)
for (int col = 0; col < numCols; col++) {
int n = row * numCols + col;
if (childDefined (n)) {
+ /* FIXME: Variable width is not used */
+#if 0
int width = (children->get(n)->cell.colspanEff - 1)
* getStyle()->hBorderSpacing;
for (int i = 0; i < children->get(n)->cell.colspanEff; i++)
width += colWidths->get (col + i);
+#endif
core::Requisition childRequisition;
//children->get(n)->cell.widget->setWidth (width);