We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda3e1d commit 3b963daCopy full SHA for 3b963da
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