Skip to content

Commit 9bd4276

Browse files
committed
Repaint layer when a maptool changes it
Refs #13347
1 parent aedf08c commit 9bd4276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsmaptoolcapture.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ void QgsMapToolCapture::stopCapturing()
382382

383383
mCapturing = false;
384384
mCaptureCurve.clear();
385+
currentVectorLayer()->triggerRepaint();
385386
}
386387

387388
void QgsMapToolCapture::deleteTempRubberBand()

0 commit comments

Comments
 (0)