1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-12-02 23:49:09 +01:00

Do not clear the image cache between files

This commit is contained in:
Martin Tůma 2017-12-03 13:07:52 +01:00
parent 3ce1918645
commit 4cc3bc28e2

View File

@ -567,7 +567,6 @@ void MapView::clear()
digitalZoom(0); digitalZoom(0);
resetCachedContent(); resetCachedContent();
QPixmapCache::clear();
} }
void MapView::showTracks(bool show) void MapView::showTracks(bool show)