Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove specific cursor for QgsMeasureTool
  • Loading branch information
lbartoletti authored and nyalldawson committed Jun 7, 2018
1 parent 088e94f commit 048db93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgsmeasuretool.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 048db93

Please sign in to comment.