We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 587d691 commit 1e1a222Copy full SHA for 1e1a222
src/app/maptools/qgsmaptoolshapecircleabstract.cpp
@@ -34,7 +34,7 @@ void QgsMapToolShapeCircleAbstract::addCircleToParentTool()
34
35
// Check whether to draw the circle as a polygon or a circular string
36
bool drawAsPolygon = false;
37
- if ( QgsMapLayer* layer = mParentTool->layer() )
+ if ( QgsMapLayer *layer = mParentTool->layer() )
38
{
39
const QgsCoordinateReferenceSystem layerCrs = layer->crs();
40
const QgsCoordinateReferenceSystem mapCrs = mParentTool->canvas()->mapSettings().destinationCrs();
0 commit comments