Skip to content

Commit

Permalink
Revert "Call direct parent method"
Browse files Browse the repository at this point in the history
This reverts commit e6c65c434c97139a7da1322c9fd23b79fed66969.
  • Loading branch information
m-kuhn committed Aug 26, 2018
1 parent 212cd20 commit 652737d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptooladdpart.cpp
Expand Up @@ -39,7 +39,7 @@ void QgsMapToolAddPart::canvasReleaseEvent( QgsMapMouseEvent *e )
{
if ( checkSelection() )
{
QgsMapToolCapture::canvasReleaseEvent( e );
QgsMapToolAdvancedDigitizing::canvasReleaseEvent( e );
}
else
{
Expand Down

0 comments on commit 652737d

Please sign in to comment.