Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Call proper parent deactivate() for QgsMapToolMoveFeature
(cherry picked from commit 90df2b3)
  • Loading branch information
uclaros authored and nyalldawson committed Apr 27, 2021
1 parent 025cc9f commit 5eaf26b
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 5eaf26b

Please sign in to comment.