Skip to content

Commit

Permalink
Changed comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
homann committed Sep 19, 2012
1 parent e4793d6 commit 0618a1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/qgsmeasuretool.cpp
Expand Up @@ -102,8 +102,6 @@ void QgsMeasureTool::deactivate()
void QgsMeasureTool::restart()
{
mPoints.clear();
// Append point we will move
// mPoints.append( QgsPoint( 0, 0 ) );

mRubberBand->reset( mMeasureArea );

Expand Down Expand Up @@ -179,6 +177,7 @@ void QgsMeasureTool::canvasReleaseEvent( QMouseEvent * e )
}
else if ( e->button() == Qt::LeftButton )
{
// Append point we will move
addPoint( point );
mDialog->show();
}
Expand Down

0 comments on commit 0618a1f

Please sign in to comment.