summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Browser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx
index 09f9c2d1c..46546fb66 100644
--- a/src/Fl_Browser.cxx
+++ b/src/Fl_Browser.cxx
@@ -396,7 +396,7 @@ int Fl_Browser::item_height(void *item) const {
char* ptr = str;
if (ptr && *i++) str = strchr(str, column_char());
else str = NULL;
- if((!str && *ptr) || (str && ptr < str)) {
+ if((!str && *ptr) || (str && ptr < str) || hmax == 2) {
fl_font(font, tsize); int hh = fl_height();
if (hh > hmax) hmax = hh;
}