mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
remove specific cursor for QgsMeasureTool
This commit is contained in:
parent
088e94f909
commit
048db933a6
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user