Skip to content

Commit

Permalink
Use logical DPI instead of physical
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Oct 2, 2023
1 parent 6ba180f commit b3187ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/map/inputmapcanvasmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ void InputMapCanvasMap::onScreenChanged( QScreen *screen )
{
mMapSettings->setDevicePixelRatio( screen->devicePixelRatio() );
}
mMapSettings->setOutputDpi( screen->physicalDotsPerInch() );
mMapSettings->setOutputDpi( screen->logicalDotsPerInch() );
}
}

Expand Down

1 comment on commit b3187ca

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.10.461211 just submitted!

Please sign in to comment.