From: Paul Mackerras Date: Thu, 30 Mar 2006 22:54:24 +0000 (+1100) Subject: gitk: Prevent parent link from overwriting commit headline X-Git-Tag: v1.3.0-rc2~24^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f3408449622cad37ce29f23754c8e7a8fb453ff1?hp=f3408449622cad37ce29f23754c8e7a8fb453ff1 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 ---