Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Call proper parent deactivate() for QgsMapToolMoveFeature
  • Loading branch information
uclaros authored and github-actions[bot] committed Apr 26, 2021
1 parent 8f0e606 commit a8ea112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolmovefeature.cpp
Expand Up @@ -235,7 +235,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 a8ea112

Please sign in to comment.