diff --git a/app/map/inputmapcanvasmap.cpp b/app/map/inputmapcanvasmap.cpp index 9c1a1a4e6..e5a62b8ae 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->logicalDotsPerInch() ); + mMapSettings->setOutputDpi( screen->physicalDotsPerInch() ); } }