Skip to content

Commit f832f8b

Browse files
committedApr 17, 2023
Remove useless (0,0) start point
1 parent f933a51 commit f832f8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/app/qgsmeasuretool.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ QgsMeasureTool::QgsMeasureTool( QgsMapCanvas *canvas, bool measureArea )
3636
mRubberBand = new QgsRubberBand( canvas, mMeasureArea ? Qgis::GeometryType::Polygon : Qgis::GeometryType::Line );
3737
mRubberBandPoints = new QgsRubberBand( canvas, Qgis::GeometryType::Point );
3838

39-
// Append point we will move
40-
mPoints.append( QgsPointXY( 0, 0 ) );
4139
mDestinationCrs = canvas->mapSettings().destinationCrs();
4240

4341
mDialog = new QgsMeasureDialog( this );

0 commit comments

Comments
 (0)
Please sign in to comment.