Skip to content

Commit f155041

Browse files
committed
Merge pull request #1846 from naihil/master
Call QgsMapTool::deactivate() to uncheck assigned action/button
2 parents e49adad + 6a66d31 commit f155041

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gui/qgsmaptoolzoom.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,6 @@ void QgsMapToolZoom::deactivate()
129129
{
130130
delete mRubberBand;
131131
mRubberBand = 0;
132+
133+
QgsMapTool::deactivate();
132134
}

0 commit comments

Comments
 (0)