aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-11-12 02:30:02 -0500
committerShawn O. Pearce <spearce@spearce.org>2006-11-12 02:30:02 -0500
commit00f949fbd831bda29dc909baf4a21d00a7c2c119 (patch)
tree7ae5089e0ef0e735047f2dce54ca78684c19e873
parentb5834d70fe970ccf955378d4f6e60a51a94bbaaf (diff)
downloadgit-00f949fbd831bda29dc909baf4a21d00a7c2c119.tar.xz
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>
-rwxr-xr-xgit-gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui b/git-gui
index 73227d594a..29877e4150 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 {