git-gui: Use arror cursor in blame viewer file data
[gitweb.git] / lib / blame.tcl
index 86160092c662673dfe0d852228097d9a68ed91df..33596cd892ab8065fa1282bf0e6c723ac3ae5a01 100644 (file)
@@ -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 \