1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Fixed some corner case map drawing issues

This commit is contained in:
2017-12-03 10:17:29 +01:00
parent cbdfe4c105
commit 92e772a02b
3 changed files with 18 additions and 8 deletions

View File

@ -274,6 +274,7 @@ void MapView::setMap(Map *map)
_map = map;
_map->load();
_map->setBackgroundColor(_backgroundColor);
connect(_map, SIGNAL(loaded()), this, SLOT(reloadMap()));
digitalZoom(0);