diff options
Diffstat (limited to 'dw')
-rw-r--r-- | dw/ui.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -432,6 +432,7 @@ void ComplexButtonResource::correctRequisitionOfChild (Widget *child, // the relief has to be considered. if (style::isPerLength (child->getStyle()->width)) { + /* FIXME: Typo for getAvailWidth()? */ int availWidth = getEmbed()->getAvailHeight (false); if (availWidth != -1) { int baseWidth = misc::max (availWidth |