Skip to content

Commit ef31b13

Browse files
committed
Merge branch 'js/offset-label-lines' into j6t-testing
* js/offset-label-lines: Offset label lines to not hide history lines.
2 parents c2d89dd + 2f51d91 commit ef31b13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gitk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6779,7 +6779,8 @@ proc drawtags {id x xt y1} {
67796779
lappend wvals $wid
67806780
set xt [expr {$xt + $wid + $extra}]
67816781
}
6782-
set t [$canv create line $x $y1 [lindex $xvals end] $y1 \
6782+
set yl [expr {$y1 - $lthickness}]
6783+
set t [$canv create line $x $yl [lindex $xvals end] $yl \
67836784
-width $lthickness -fill $reflinecolor -tags tag.$id]
67846785
$canv lower $t
67856786
foreach tag $marks x $xvals wid $wvals {

0 commit comments

Comments
 (0)