Skip to content

Commit 5ef3751

Browse files
committed
Call direct parent method
1 parent a6e0e39 commit 5ef3751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsmaptooladdpart.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void QgsMapToolAddPart::canvasReleaseEvent( QgsMapMouseEvent *e )
3939
{
4040
if ( checkSelection() )
4141
{
42-
QgsMapToolAdvancedDigitizing::canvasReleaseEvent( e );
42+
QgsMapToolCapture::canvasReleaseEvent( e );
4343
}
4444
else
4545
{

0 commit comments

Comments
 (0)