We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e40d9 commit 5808cc1Copy full SHA for 5808cc1
src/app/qgsmaptoolcircle3tangents.cpp
@@ -35,7 +35,7 @@ QgsMapToolCircle3Tangents::~QgsMapToolCircle3Tangents()
35
void QgsMapToolCircle3Tangents::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
36
{
37
38
- QList<QgsPointXY> segment = e->snapSegment( QgsMapMouseEvent::SnapProjectConfig );
+ QList<QgsPointXY> segment = e->snapSegment( );
39
40
if ( e->button() == Qt::LeftButton )
41
0 commit comments