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

Fixed map plot logic

This commit is contained in:
Martin Tůma 2020-09-27 22:52:04 +02:00
parent e83be4d553
commit 6a70e5ea00

View File

@ -602,7 +602,7 @@ void MapView::plot(QPainter *painter, const QRectF &target, qreal scale,
render(painter, target, adj);
// Revert view changes to display mode
if (flags) {
if (flags & HiRes) {
_map->setZoom(zoom);
rescale();
centerOn(origScene);