Skip to content

Commit 3b963da

Browse files
committedApr 6, 2023
Update src/app/maptools/qgsmaptoolshapecircleabstract.cpp
1 parent fda3e1d commit 3b963da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/maptools/qgsmaptoolshapecircleabstract.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void QgsMapToolShapeCircleAbstract::addCircleToParentTool()
3434

3535
// Check whether to draw the circle as a polygon or a circular string
3636
bool drawAsPolygon = false;
37-
if ( QgsMapLayer* layer = mParentTool->layer() )
37+
if ( QgsMapLayer *layer = mParentTool->layer() )
3838
{
3939
const QgsCoordinateReferenceSystem layerCrs = layer->crs();
4040
const QgsCoordinateReferenceSystem mapCrs = mParentTool->canvas()->mapSettings().destinationCrs();

0 commit comments

Comments
 (0)