Skip to content

Commit

Permalink
fix #2853 symbol size
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Oct 12, 2023
1 parent dd8d942 commit f31c5c4
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->logicalDotsPerInch() );
mMapSettings->setOutputDpi( screen->physicalDotsPerInch() );
}
}

Expand Down

1 comment on commit f31c5c4

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

Please sign in to comment.