aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-01 23:40:44 +0200
committerSebastian Geerken <devnull@localhost>2014-09-01 23:40:44 +0200
commit42d6755811a82977d70dae3ae6d5e35920f2740f (patch)
tree9d8638c85cbc9674aff6438f95806df31c34fe78 /dw/widget.cc
parentc29fcb30b1b15b0226e339f5bac481bf98cdcacd (diff)
Some more work on absolute positions.
Diffstat (limited to 'dw/widget.cc')
-rw-r--r--dw/widget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.cc b/dw/widget.cc
index 12e0a3a2..e2da20ad 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -625,7 +625,7 @@ int Widget::getAvailHeight (bool forceValue)
} else if (style::isPerLength (getStyle()->height)) {
DBG_OBJ_MSGF ("resize", 1, "percentage height: %g%%",
100 * style::perLengthVal_useThisOnlyForDebugging
- (getStyle()->height));
+ (getStyle()->height));
// Notice that here -- unlike getAvailWidth() --
// layout->hScrollbarThickness is not considered here;
// something like canvasWidthGreater (analogue to