Skip to content

Commit 1ed86ec

Browse files
author
wonder
committedNov 6, 2007
Use default arrow cursor when there's no active map tool.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7340 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a288e61 commit 1ed86ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/qgsmapcanvas.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ void QgsMapCanvas::unsetMapTool(QgsMapTool* tool)
822822
{
823823
mMapTool->deactivate();
824824
mMapTool = NULL;
825+
setCursor(Qt::ArrowCursor);
825826
}
826827

827828
if (mLastNonZoomMapTool && mLastNonZoomMapTool == tool)

0 commit comments

Comments
 (0)
Please sign in to comment.