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

[NumericUpDown] Always use the current cultures decimal separator #3850

Merged
merged 6 commits into from
Jun 17, 2020

Commits on Jun 16, 2020

  1. Always use the current cultures separator

    if the user hits the Numpads Decimal-Key we get the current cultures  NumberDecimalSeparator and write this to the TextBox as this is what the user expects
    timunie authored and punker76 committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    04fd330 View commit details
    Browse the repository at this point in the history
  2. (MahAppsGH-3843) Fix NumericUpDown Numpad’s decimal-point correction

    Introduce a new dependency property DecimalPointCorrection to allow override the decimal-point culture input for the TextBox.
    
    (solution taken from https://highfieldtales.wordpress.com/2014/10/19/numpads-decimal-point-correction-for-wpf)
    punker76 committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b8f1aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b78d77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6351095 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3a6f6e View commit details
    Browse the repository at this point in the history
  6. (MahAppsGH-3843) Codacy/PR Quality Review

    (MahAppsGH-3843) Codacy/PR Quality Review
    punker76 committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f543520 View commit details
    Browse the repository at this point in the history