Skip to content

Commit

Permalink
Merge pull request #1846 from naihil/master
Browse files Browse the repository at this point in the history
Call QgsMapTool::deactivate() to uncheck assigned action/button
  • Loading branch information
m-kuhn committed Jan 21, 2015
2 parents e49adad + 6a66d31 commit f155041
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 f155041

Please sign in to comment.