fixed variable declaration in gitk
Signed-off-by: Michael <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
2
gitk
2
gitk
@ -4901,7 +4901,7 @@ proc domktag {} {
|
|||||||
|
|
||||||
proc redrawtags {id} {
|
proc redrawtags {id} {
|
||||||
global canv linehtag commitrow idpos selectedline curview
|
global canv linehtag commitrow idpos selectedline curview
|
||||||
global mainfont
|
global mainfont canvxmax
|
||||||
|
|
||||||
if {![info exists commitrow($curview,$id)]} return
|
if {![info exists commitrow($curview,$id)]} return
|
||||||
drawcmitrow $commitrow($curview,$id)
|
drawcmitrow $commitrow($curview,$id)
|
||||||
|
Reference in New Issue
Block a user