diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-16 13:21:59 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-17 20:38:16 +0200 |
commit | 519f5c8ff05f6fdfc475e168c3f8facf10c6bb65 (patch) | |
tree | f59e5039609d0de0643edb2d03caffa7c448d6cf | |
parent | 7d7212a47fe35e9e61c6a0b5bee7c93a26313eab (diff) |
Add comment for dubious call
-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 |