Skip to content

Commit

Permalink
Fix takeRubberBand
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 11, 2019
1 parent 635582e commit 2283c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaptoolcapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ bool QgsMapToolCapture::tracingAddVertex( const QgsPointXY &point )

QgsRubberBand *QgsMapToolCapture::takeRubberBand()
{
return mTempRubberBand.release();
return mRubberBand.release();
}


Expand Down

0 comments on commit 2283c97

Please sign in to comment.