1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +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);
resetCachedContent();
QPixmapCache::clear();
}
void MapView::showTracks(bool show)