diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-01 23:40:44 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-01 23:40:44 +0200 |
commit | 42d6755811a82977d70dae3ae6d5e35920f2740f (patch) | |
tree | 9d8638c85cbc9674aff6438f95806df31c34fe78 /dw/widget.cc | |
parent | c29fcb30b1b15b0226e339f5bac481bf98cdcacd (diff) |
Some more work on absolute positions.
Diffstat (limited to 'dw/widget.cc')
-rw-r--r-- | dw/widget.cc | 2 |
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 |