mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix crash on exit (Fix #13369)
This commit is contained in:
parent
12c0abc271
commit
0826290c8e
@ -382,7 +382,8 @@ void QgsMapToolCapture::stopCapturing()
|
||||
|
||||
mCapturing = false;
|
||||
mCaptureCurve.clear();
|
||||
currentVectorLayer()->triggerRepaint();
|
||||
if ( currentVectorLayer() )
|
||||
currentVectorLayer()->triggerRepaint();
|
||||
}
|
||||
|
||||
void QgsMapToolCapture::deleteTempRubberBand()
|
||||
|
Loading…
x
Reference in New Issue
Block a user