Skip to content

Commit

Permalink
Call proper parent deactivate() for QgsMapToolMoveFeature
Browse files Browse the repository at this point in the history
(cherry picked from commit 90df2b3)
  • Loading branch information
uclaros authored and nyalldawson committed Apr 27, 2021
1 parent d58da95 commit 7fc3fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolmovefeature.cpp
Expand Up @@ -233,7 +233,7 @@ void QgsMapToolMoveFeature::deactivate()
mRubberBand = nullptr;
mSnapIndicator->setMatch( QgsPointLocator::Match() );

QgsMapTool::deactivate();
QgsMapToolAdvancedDigitizing::deactivate();
}

void QgsMapToolMoveFeature::keyReleaseEvent( QKeyEvent *e )
Expand Down

0 comments on commit 7fc3fe6

Please sign in to comment.