Skip to content

Commit

Permalink
Use default arrow cursor when there's no active map tool.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7340 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Nov 6, 2007
1 parent a288e61 commit 1ed86ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -822,6 +822,7 @@ void QgsMapCanvas::unsetMapTool(QgsMapTool* tool)
{
mMapTool->deactivate();
mMapTool = NULL;
setCursor(Qt::ArrowCursor);
}

if (mLastNonZoomMapTool && mLastNonZoomMapTool == tool)
Expand Down

0 comments on commit 1ed86ec

Please sign in to comment.