remove specific cursor for QgsMeasureTool

This commit is contained in:
Loïc Bartoletti 2018-06-06 14:45:07 +02:00 committed by Nyall Dawson
parent 088e94f909
commit 048db933a6

View File

@ -40,8 +40,6 @@ QgsMeasureTool::QgsMeasureTool( QgsMapCanvas *canvas, bool measureArea )
mRubberBand = new QgsRubberBand( canvas, mMeasureArea ? QgsWkbTypes::PolygonGeometry : QgsWkbTypes::LineGeometry );
mRubberBandPoints = new QgsRubberBand( canvas, QgsWkbTypes::PointGeometry );
setCursor( QgsApplication::getThemeCursor( QgsApplication::Cursor::CrossHair ) );
// Append point we will move
mPoints.append( QgsPointXY( 0, 0 ) );
mDestinationCrs = canvas->mapSettings().destinationCrs();