Skip to content

Commit 048db93

Browse files
lbartolettinyalldawson
authored andcommitted
remove specific cursor for QgsMeasureTool
1 parent 088e94f commit 048db93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/qgsmeasuretool.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ QgsMeasureTool::QgsMeasureTool( QgsMapCanvas *canvas, bool measureArea )
4040
mRubberBand = new QgsRubberBand( canvas, mMeasureArea ? QgsWkbTypes::PolygonGeometry : QgsWkbTypes::LineGeometry );
4141
mRubberBandPoints = new QgsRubberBand( canvas, QgsWkbTypes::PointGeometry );
4242

43-
setCursor( QgsApplication::getThemeCursor( QgsApplication::Cursor::CrossHair ) );
44-
4543
// Append point we will move
4644
mPoints.append( QgsPointXY( 0, 0 ) );
4745
mDestinationCrs = canvas->mapSettings().destinationCrs();

0 commit comments

Comments
 (0)