Skip to content

Commit

Permalink
Set pan to default map tool
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 18, 2015
1 parent fd27ae7 commit d2bdbfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/roam/mapwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ def project_loaded(self, project):
if self.scalebar_enabled:
self.scalebar.update()

self.actionPan.toggle()

def setMapTool(self, tool, *args):
if tool == self.canvas.mapTool():
return
Expand Down

0 comments on commit d2bdbfe

Please sign in to comment.