Skip to content

Commit

Permalink
Repaint layer when a maptool changes it
Browse files Browse the repository at this point in the history
Refs #13347
  • Loading branch information
m-kuhn committed Sep 14, 2015
1 parent aedf08c commit 9bd4276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmaptoolcapture.cpp
Expand Up @@ -382,6 +382,7 @@ void QgsMapToolCapture::stopCapturing()

mCapturing = false;
mCaptureCurve.clear();
currentVectorLayer()->triggerRepaint();
}

void QgsMapToolCapture::deleteTempRubberBand()
Expand Down

0 comments on commit 9bd4276

Please sign in to comment.