Mercurial > dillo_port1.3
changeset 979:b3987cabf220
Minor comment correction
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Wed, 04 Mar 2009 18:28:34 -0300 |
parents | d8e3acbddc41 |
children | 11c6f887d649 |
files | src/uicmd.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/uicmd.cc Wed Mar 04 19:34:07 2009 +0100 +++ b/src/uicmd.cc Wed Mar 04 18:28:34 2009 -0300 @@ -95,9 +95,9 @@ 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; } }