Skip to content

Commit

Permalink
Call base event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and github-actions[bot] committed Jul 28, 2022
1 parent cec8060 commit 4d43ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmaptooldigitizefeature.cpp
Expand Up @@ -145,6 +145,7 @@ void QgsMapToolDigitizeFeature::keyPressEvent( QKeyEvent *e )
{
emit digitizingCanceled();
}
QgsMapToolCaptureLayerGeometry::keyPressEvent( e );
}

bool QgsMapToolDigitizeFeature::checkGeometryType() const
Expand Down

0 comments on commit 4d43ede

Please sign in to comment.