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 damping sample misbehaving when using wrong locale #1375

Merged
merged 4 commits into from
Nov 1, 2023

Conversation

marcelwgn
Copy link
Collaborator

Description

Fixes issues with the damping sample since we weren't using 0.2, 0.4 etc but sometimes 2,4,... as damping ratio depending on the users locale

Motivation and Context

Fixes #1049

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@karkarl karkarl merged commit d0ccba7 into microsoft:main Nov 1, 2023
2 checks passed
karkarl pushed a commit that referenced this pull request Jul 15, 2024
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
Fixes issues with the damping sample since we weren't using 0.2, 0.4 etc
but sometimes 2,4,... as damping ratio depending on the users locale

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
Fixes #1049

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Button error when set the damping is set to 0.4 in XamlCompInterop
2 participants