Skip to content

Commit

Permalink
Call proper parent deactivate() for QgsMapToolMoveFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and github-actions[bot] committed Apr 26, 2021
1 parent 3e4acec commit 57aa5fa
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; mRubberBand = nullptr;
mSnapIndicator->setMatch( QgsPointLocator::Match() ); mSnapIndicator->setMatch( QgsPointLocator::Match() );


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


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

0 comments on commit 57aa5fa

Please sign in to comment.