GNOME Bugzilla – Bug 118646
gtkctree cuts descenders when rendering
Last modified: 2011-02-04 16:12:02 UTC
This is a continuation of http://bugzilla.gnome.org/show_bug.cgi?id=65002: > in In GtkCList, the rows do not appear to be tall enough. > The descenders of letters are clipped. (like the bottom of 'g') Owen checked in gtkctree.c 1.97 and marked the bug as fixed, which it was, except for text in ctree->ctree_column, which is drawn in a different piece of the code to handle the expander box. Attached is a patch that applies Owen's fix to that column. As a reference, here's Owen's original patch that fixed the other columns: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&root=/cvs/gnome&subdir=gtk+/gtk&command=DIFF_FRAMESET&file=gtkctree.c&rev2=1.97&rev1=1.96
Created attachment 18749 [details] [review] proposed fix
*** Bug 90524 has been marked as a duplicate of this bug. ***
*** Bug 107321 has been marked as a duplicate of this bug. ***
Looks fine to commit (gtk-2-2 and HEAD)