diff --git a/src/GUI/mapview.cpp b/src/GUI/mapview.cpp index f34bb771..d3427f29 100644 --- a/src/GUI/mapview.cpp +++ b/src/GUI/mapview.cpp @@ -566,6 +566,9 @@ void MapView::clear() _wr = RectC(); digitalZoom(0); + + // If not reset, causes huge redraw areas (and system memory exhaustion) + resetCachedContent(); } void MapView::showTracks(bool show)