Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mapnav.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-05-06 05:20:28 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-05-06 05:20:28 (GMT)
commit94d978ebf69146d80bbdeedc6761916446558e4e (patch)
tree9ec3cd4b58f086e9c06e63f92d6886178788cf20 /mapnav.py
parent94915b08e3277cf413fa169e052040368adf3888 (diff)
Change up arrow cursor
Diffstat (limited to 'mapnav.py')
-rw-r--r--mapnav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapnav.py b/mapnav.py
index 5145107..4f82262 100644
--- a/mapnav.py
+++ b/mapnav.py
@@ -285,7 +285,7 @@ class MapNavView(gtk.DrawingArea):
info_walls = self.get_information_walls(self.x, self.y,
self.direction)
if self._check_over_door(info_walls, event.x, event.y):
- self.window.set_cursor(gtk.gdk.Cursor(gtk.gdk.CENTER_PTR))
+ self.window.set_cursor(gtk.gdk.Cursor(gtk.gdk.SB_UP_ARROW))
# verify lateral walls
elif self._check_left_wall(event.x):
self.window.set_cursor(gtk.gdk.Cursor(gtk.gdk.SB_LEFT_ARROW))