Skip to content

Commit 0618a1f

Browse files
committedSep 19, 2012
Changed comments only
1 parent e4793d6 commit 0618a1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/app/qgsmeasuretool.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ void QgsMeasureTool::deactivate()
102102
void QgsMeasureTool::restart()
103103
{
104104
mPoints.clear();
105-
// Append point we will move
106-
// mPoints.append( QgsPoint( 0, 0 ) );
107105

108106
mRubberBand->reset( mMeasureArea );
109107

@@ -179,6 +177,7 @@ void QgsMeasureTool::canvasReleaseEvent( QMouseEvent * e )
179177
}
180178
else if ( e->button() == Qt::LeftButton )
181179
{
180+
// Append point we will move
182181
addPoint( point );
183182
mDialog->show();
184183
}

0 commit comments

Comments
 (0)
Please sign in to comment.