Skip to content

Commit 5808cc1

Browse files
committed
Fix build with improvement of #5209
1 parent d1e40d9 commit 5808cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsmaptoolcircle3tangents.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ QgsMapToolCircle3Tangents::~QgsMapToolCircle3Tangents()
3535
void QgsMapToolCircle3Tangents::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
3636
{
3737

38-
QList<QgsPointXY> segment = e->snapSegment( QgsMapMouseEvent::SnapProjectConfig );
38+
QList<QgsPointXY> segment = e->snapSegment( );
3939

4040
if ( e->button() == Qt::LeftButton )
4141
{

0 commit comments

Comments
 (0)