aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-03-04 18:28:34 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-03-04 18:28:34 -0300
commitc6dac9cfdfb1b193c0680834fdfebfdb96edcb23 (patch)
tree2bf66d299e14b445d66e11df471c5a02427f0034 /src
parent160514cf625334cd0b9ac698e9e2c229616765d0 (diff)
Minor comment correction
Diffstat (limited to 'src')
-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;
}
}