gitk: Better workaround for arrows on diagonal line segments
authorPaul Mackerras <paulus@samba.org>
Thu, 30 Mar 2006 23:45:14 +0000 (10:45 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Mar 2006 23:45:14 +0000 (10:45 +1100)
commit879e8b1aad021cade0a254db0a5b67f56d99902a
tree10baa203bbc62355604e007ca5aa2cbcc39c013d
parentbe0cd0981f1811b9e5177f1f5c8ff900c33fbdbb
gitk: Better workaround for arrows on diagonal line segments

Instead of adding extra padding to create a vertical line segment at
the lower end of a line that has an arrow, this now just draws a very
short vertical line segment at the lower end.  This alternative
workaround for the Tk8.4 behaviour (not drawing arrows on diagonal
line segments) doesn't have the problem of making the graph very wide
when people do a lot of merges in a row (hi Junio :).

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