gitk: Improve appearance of first child links
authorPaul Mackerras <paulus@samba.org>
Sat, 18 Mar 2006 12:11:37 +0000 (23:11 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 18 Mar 2006 12:11:37 +0000 (23:11 +1100)
The point where the line for a parent joins to the first child
shown is visually different from the lines to the other children,
because the line doesn't branch, but terminates at the child.
Because of this, we now treat the first child a little differently
in the optimizer, and we draw its link in drawlineseg rather
than drawparentlinks.  This improves the appearance of the graph.

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

No differences found