Skip to content

Commit

Permalink
Fix Add part map tool for multi-point layers
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 20, 2015
1 parent 208b5e3 commit 488e7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptooladdpart.cpp
Expand Up @@ -73,7 +73,7 @@ void QgsMapToolAddPart::canvasMapReleaseEvent( QgsMapMouseEvent * e )
case CapturePoint:
{
QgsPoint layerPoint;
QgsPoint mapPoint;
QgsPoint mapPoint = e->mapPoint();

if ( nextPoint( mapPoint, layerPoint ) != 0 )
{
Expand Down

0 comments on commit 488e7f1

Please sign in to comment.