Skip to content
Permalink
Browse files
Fix build with improvement of #5209
  • Loading branch information
lbartoletti committed Aug 17, 2017
1 parent d1e40d9 commit 5808cc1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -35,7 +35,7 @@ QgsMapToolCircle3Tangents::~QgsMapToolCircle3Tangents()
void QgsMapToolCircle3Tangents::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
{

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

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

0 comments on commit 5808cc1

Please sign in to comment.