From: Shawn O. Pearce Date: Sun, 12 Nov 2006 07:30:02 +0000 (-0500) Subject: git-gui: Use arrow cursor rather than left_ptr. X-Git-Tag: gitgui-0.6.0~242 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00f949fbd831bda29dc909baf4a21d00a7c2c119;p=git.git 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 --- diff --git a/git-gui b/git-gui index 73227d594..29877e415 100755 --- 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 {