Skip to content

Commit

Permalink
Merge pull request #2854 from MerginMaps/ios_sizesymbol
Browse files Browse the repository at this point in the history
revert symbol size
  • Loading branch information
PeterPetrik authored Oct 13, 2023
2 parents dd8d942 + f31c5c4 commit a5e307c
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

0 comments on commit a5e307c

Please sign in to comment.