Skip to content

Commit 488e7f1

Browse files
committedJan 20, 2015
Fix Add part map tool for multi-point layers
1 parent 208b5e3 commit 488e7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmaptooladdpart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void QgsMapToolAddPart::canvasMapReleaseEvent( QgsMapMouseEvent * e )
7373
case CapturePoint:
7474
{
7575
QgsPoint layerPoint;
76-
QgsPoint mapPoint;
76+
QgsPoint mapPoint = e->mapPoint();
7777

7878
if ( nextPoint( mapPoint, layerPoint ) != 0 )
7979
{

0 commit comments

Comments
 (0)
Please sign in to comment.