Skip to content

Commit

Permalink
Call QgsMapTool::deactivate() to uncheck assigned action/button
Browse files Browse the repository at this point in the history
  • Loading branch information
naihil committed Jan 21, 2015
1 parent b843f81 commit 6a66d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsmaptoolzoom.cpp
Expand Up @@ -129,4 +129,6 @@ void QgsMapToolZoom::deactivate()
{
delete mRubberBand;
mRubberBand = 0;

QgsMapTool::deactivate();
}

0 comments on commit 6a66d31

Please sign in to comment.