We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e0e39 commit 5ef3751Copy full SHA for 5ef3751
src/app/qgsmaptooladdpart.cpp
@@ -39,7 +39,7 @@ void QgsMapToolAddPart::canvasReleaseEvent( QgsMapMouseEvent *e )
39
{
40
if ( checkSelection() )
41
42
- QgsMapToolAdvancedDigitizing::canvasReleaseEvent( e );
+ QgsMapToolCapture::canvasReleaseEvent( e );
43
}
44
else
45
0 commit comments