summaryrefslogtreecommitdiff
path: root/dw/fltkui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r--dw/fltkui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc
index d4eb09f2..7bfe64f6 100644
--- a/dw/fltkui.cc
+++ b/dw/fltkui.cc
@@ -1384,7 +1384,7 @@ void FltkListResource::pushGroup (const char *name, bool enabled)
// TODO: Proper disabling of item groups
newItem(name, en, selected);
-
+
if (currDepth < 3)
currDepth++;
}
@@ -1414,7 +1414,7 @@ void FltkListResource::sizeRequest (core::Requisition *requisition)
} else {
b->has_scrollbar(0);
}
-
+
requisition->descent = style->font->descent + 2;
requisition->ascent = rows * b->avg_height() - style->font->descent + 2;
} else {