Skip to content

Commit

Permalink
Merge pull request #2823 from MerginMaps/use-logical-dots
Browse files Browse the repository at this point in the history
Use logical DPI instead of physical
  • Loading branch information
tomasMizera authored Oct 5, 2023
2 parents 5a64427 + b3187ca commit 34f2c60
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 34f2c60

@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.464511 just submitted!

Please sign in to comment.