git-gui: Use arrow cursor rather than left_ptr.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 07:30:02 +0000 (02:30 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 07:30:02 +0000 (02:30 -0500)
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>
git-gui

diff --git a/git-gui b/git-gui
index 73227d594af3c1ecc2fb3c58eb9c67b30865dfc2..29877e4150146fc73160e9e97d9fa8f46cd47f39 100755 (executable)
--- a/git-gui
+++ b/git-gui
@@ -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 {