diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/blame.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/blame.tcl b/lib/blame.tcl index 86160092c6..33596cd892 100644 --- a/lib/blame.tcl +++ b/lib/blame.tcl @@ -38,6 +38,8 @@ variable group_colors { } constructor new {i_commit i_path} { + global cursor_ptr + set commit $i_commit set path $i_path @@ -149,6 +151,7 @@ constructor new {i_commit i_path} { $w_load \ $w_line \ $w_file] { + $i conf -cursor $cursor_ptr $i conf -yscrollcommand \ [list many2scrollbar [list \ $w_cgrp \ |