We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e4793d6 commit 0618a1fCopy full SHA for 0618a1f
src/app/qgsmeasuretool.cpp
@@ -102,8 +102,6 @@ void QgsMeasureTool::deactivate()
102
void QgsMeasureTool::restart()
103
{
104
mPoints.clear();
105
- // Append point we will move
106
- // mPoints.append( QgsPoint( 0, 0 ) );
107
108
mRubberBand->reset( mMeasureArea );
109
@@ -179,6 +177,7 @@ void QgsMeasureTool::canvasReleaseEvent( QMouseEvent * e )
179
177
}
180
178
else if ( e->button() == Qt::LeftButton )
181
+ // Append point we will move
182
addPoint( point );
183
mDialog->show();
184
0 commit comments