gitk: Fix a bug in drawing the selected line as a thick line
authorPaul Mackerras <paulus@samba.org>
Thu, 2 Mar 2006 12:00:44 +0000 (23:00 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 2 Mar 2006 12:00:44 +0000 (23:00 +1100)
commitc934a8a3a32896e44123c0a489367a1df1108c4a
tree515b893bb14ba60526d8f09d95d3a5e9a62b8ba2
parent8ed164841564802cc0b063a6b365fb19e9a513d1
gitk: Fix a bug in drawing the selected line as a thick line

If you clicked on a line, so that it was drawn double-thickness,
and then scrolled to bring on-screen a child that hadn't previously
been drawn, the lines from it to the selected line were drawn
single-thickness.  This fixes it so they are drawn double-thickness.
This also removes an unnecessary setting of phase in drawrest.

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