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 f3a747e commit f3e58d4
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 f3e58d4

Please sign in to comment.