Skip to content

Commit c5ce9d7

Browse files
lbartolettinyalldawson
authored andcommittedSep 29, 2018
Sorry... I forgot to clear the rubberband
1 parent d4fd491 commit c5ce9d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsmaptoolreverseline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ void QgsMapToolReverseLine::canvasReleaseEvent( QgsMapMouseEvent *e )
128128
emit messageEmitted( tr( "Couldn't reverse the selected part." ) );
129129
}
130130
}
131+
mRubberBand.reset();
131132
}
132133

133134
QgsGeometry QgsMapToolReverseLine::partUnderPoint( QPoint point, QgsFeatureId &fid, int &partNum )

0 commit comments

Comments
 (0)
Please sign in to comment.