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 53b578b commit b35760bCopy full SHA for b35760b
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