diff --git a/app/map/inputmapcanvasmap.cpp b/app/map/inputmapcanvasmap.cpp index e5a62b8ae..9c1a1a4e6 100644 --- a/app/map/inputmapcanvasmap.cpp +++ b/app/map/inputmapcanvasmap.cpp @@ -268,7 +268,7 @@ void InputMapCanvasMap::onScreenChanged( QScreen *screen ) { mMapSettings->setDevicePixelRatio( screen->devicePixelRatio() ); } - mMapSettings->setOutputDpi( screen->physicalDotsPerInch() ); + mMapSettings->setOutputDpi( screen->logicalDotsPerInch() ); } }