diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-12 02:30:02 -0500 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2006-11-12 02:30:02 -0500 |
| commit | 00f949fbd831bda29dc909baf4a21d00a7c2c119 (patch) | |
| tree | 7ae5089e0ef0e735047f2dce54ca78684c19e873 /git-gui | |
| parent | b5834d70fe970ccf955378d4f6e60a51a94bbaaf (diff) | |
| download | git-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>
Diffstat (limited to 'git-gui')
| -rwxr-xr-x | git-gui | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
