aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index e17b47d6..de52b779 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -95,9 +95,9 @@ public:
drawtext("X", r, ALIGN_CENTER);
return false;
} else {
+ // WORKAROUND: for http://fltk.org/str.php?L2062
// By returning true we avoid a call to TabGroup::draw_tab()
// in TabGroup::draw() in case we don't show the tabs.
- // This is a workaround for http://fltk.org/str.php?L2062
return true;
}
}