From c6dac9cfdfb1b193c0680834fdfebfdb96edcb23 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Wed, 4 Mar 2009 18:28:34 -0300 Subject: Minor comment correction --- src/uicmd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } } -- cgit v1.2.3