aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-21 23:24:13 +0100
committerSebastian Geerken <devnull@localhost>2014-12-21 23:24:13 +0100
commit424a01ce5c2dd3cadd3d7ca60c7b43283c183b02 (patch)
treefcf4e10c1ce3a56e3ae7aeb4e1798e21aafbea41 /dw/table.cc
parentb21e3a4d98c1537ca430e81968dd4bb17561a981 (diff)
parenta614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (diff)
Merge with main repo.
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 c14ebf97..2d820035 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -839,7 +839,7 @@ void Table::forceCalcCellSizes (bool calcHeights)
// width for correction.
int corrWidth =
Table::getAdjustTableMinWidth () ? extremes.minWidthIntrinsic : 0;
- int totalWidth = misc::max (availWidth, corrWidth)
+ int totalWidth = misc::max (availWidth, corrWidth)
- ((numCols + 1) * getStyle()->hBorderSpacing + boxDiffWidth ());
DBG_OBJ_MSGF ("resize", 1,