1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-27 21:24:47 +01:00

Do not rescale the map on tile cache reload

(we do not reload the map parameters any more)
This commit is contained in:
Martin Tůma 2020-03-28 16:12:15 +01:00
parent 19bc509043
commit 9e7ebe930e

View File

@ -451,10 +451,7 @@ void MapView::setCoordinatesFormat(CoordinatesFormat format)
void MapView::clearMapCache()
{
_map->clearCache();
fitMapZoom();
rescale();
centerOn(contentCenter());
reloadMap();
}
void MapView::digitalZoom(int zoom)