Skip to content

Commit

Permalink
Better cursor for point picker tool
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 24, 2017
1 parent 506f6d4 commit 6898342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/PointMapTool.py
Expand Up @@ -38,7 +38,7 @@ def __init__(self, canvas):
QgsMapToolEmitPoint.__init__(self, canvas) QgsMapToolEmitPoint.__init__(self, canvas)


self.canvas = canvas self.canvas = canvas
self.cursor = Qt.ArrowCursor self.cursor = Qt.CrossCursor


def activate(self): def activate(self):
self.canvas.setCursor(self.cursor) self.canvas.setCursor(self.cursor)
Expand Down

0 comments on commit 6898342

Please sign in to comment.