From 4cc3bc28e27ef02594f12c115a40a3e9a20a1bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 3 Dec 2017 13:07:52 +0100 Subject: [PATCH] Do not clear the image cache between files --- src/GUI/mapview.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GUI/mapview.cpp b/src/GUI/mapview.cpp index 9a02c42c..4265cdec 100644 --- a/src/GUI/mapview.cpp +++ b/src/GUI/mapview.cpp @@ -567,7 +567,6 @@ void MapView::clear() digitalZoom(0); resetCachedContent(); - QPixmapCache::clear(); } void MapView::showTracks(bool show)