gitk: Prevent parent link from overwriting commit headline
authorPaul Mackerras <paulus@samba.org>
Thu, 30 Mar 2006 22:54:24 +0000 (09:54 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Mar 2006 22:54:24 +0000 (09:54 +1100)
commitf3408449622cad37ce29f23754c8e7a8fb453ff1
treee8f81ca4dd1a609ef45ab070fc7d9bf8b156f5df
parent7b5ff7e7d715391b9745a46fcfaacf1d97d4dc9f
gitk: Prevent parent link from overwriting commit headline

When I made drawlineseg responsible for drawing the link to the first
child rather than drawparentlinks, that meant that the right-most X
value computed by drawparentlinks didn't include those first-child
links, and thus the first-child link could go over the top of the
commit headline.  This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk