From: Stefan-W. Hahn Date: Sat, 5 Nov 2005 19:55:29 +0000 (+0100) Subject: gitk: moving all three panes if clicking on an arrow. X-Git-Tag: v0.99.9k^2~22^2~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e3fe532ddce7311cfbbdc98d2e157d33f6275231;p=git.git gitk: moving all three panes if clicking on an arrow. Signed-off-by: Stefan-W. Hahn Signed-off-by: Junio C Hamano --- diff --git a/gitk b/gitk index 29220b1d..ab2d9b8a 100755 --- a/gitk +++ b/gitk @@ -3158,7 +3158,7 @@ proc clickisonarrow {id y} { } proc arrowjump {id dirn y} { - global mainline sidelines canv + global mainline sidelines canv canv2 canv3 set yt {} if {$dirn eq "down"} { @@ -3196,6 +3196,8 @@ proc arrowjump {id dirn y} { set yfrac 0 } $canv yview moveto $yfrac + $canv2 yview moveto $yfrac + $canv3 yview moveto $yfrac } proc lineclick {x y id isnew} {