From 6a70e5ea00624f8faba8e3298fc532a9f5c313df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 27 Sep 2020 22:52:04 +0200 Subject: [PATCH] Fixed map plot logic --- src/GUI/mapview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/mapview.cpp b/src/GUI/mapview.cpp index 444aef77..88a09d6f 100644 --- a/src/GUI/mapview.cpp +++ b/src/GUI/mapview.cpp @@ -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);