Skip to content

Commit

Permalink
Call direct parent method
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 26, 2018
1 parent a6e0e39 commit 5ef3751
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() )
{
QgsMapToolAdvancedDigitizing::canvasReleaseEvent( e );
QgsMapToolCapture::canvasReleaseEvent( e );
}
else
{
Expand Down

0 comments on commit 5ef3751

Please sign in to comment.