We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e244588 commit 2f51d91Copy full SHA for 2f51d91
1 file changed
gitk
@@ -6624,7 +6624,8 @@ proc drawtags {id x xt y1} {
6624
lappend wvals $wid
6625
set xt [expr {$xt + $wid + $extra}]
6626
}
6627
- set t [$canv create line $x $y1 [lindex $xvals end] $y1 \
+ set yl [expr {$y1 - $lthickness}]
6628
+ set t [$canv create line $x $yl [lindex $xvals end] $yl \
6629
-width $lthickness -fill $reflinecolor -tags tag.$id]
6630
$canv lower $t
6631
foreach tag $marks x $xvals wid $wvals {
0 commit comments