Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MauiIcon ForegroundScale on systems with comma as decimal separator #11690

Merged
merged 1 commit into from
Nov 28, 2022

Commits on Nov 27, 2022

  1. Fix MauiIcon ForegroundScale on systems with comma as decimal separator

    Fixes dotnet#11685
    
    Specifying the ForegroundScale with a dot caused an issue on systems
    with commas as decimal separators. The image got upscaled instead of
    downscaled on those systems because the ForegroundScale was parsed
    without passing InvariantCulture as culture info. Because of this,
    it only worked on systems with a dot as a decimal separator.
    AndreKraemer committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    269dcf6 View commit details
    Browse the repository at this point in the history