Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b35760b

Browse files
nyalldawsongithub-actions[bot]
authored andcommittedApr 6, 2023
Update src/app/maptools/qgsmaptoolshapecircleabstract.cpp
1 parent 53b578b commit b35760b

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)
Please sign in to comment.