git-gui: Use arrow cursor rather than left_ptr.

Arrow is available on all Tk platforms and is mapped to the native
system cursor on Windows and Mac OS X.  Consequently its the better
cursor choice as it should match whatever the system has configured
for the standard pointing thingy.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2006-11-12 02:30:02 -05:00
parent b5834d70fe
commit 00f949fbd8

View file

@ -1658,7 +1658,7 @@ proc unclick {w x y} {
##
## ui init
set cursor_ptr left_ptr
set cursor_ptr arrow
font create font_diff -family Courier -size 10
font create font_ui
catch {