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 NumericUpDown Spinned event #18180

Merged
merged 2 commits into from
Feb 15, 2025

Conversation

nightfog-git
Copy link
Contributor

What does the pull request do?

For NumericUpDown control, raise Spinned event after value change.

What is the current behavior?

At the time of (NumericUpDown.)Spinned event the value is stale, not incremented / decremented yet.

What is the updated/expected behavior with this PR?

At the time of (NumericUpDown.)Spinned event the value is already incremented / decremented. So, subscribers will see correct current value.

Checklist

Breaking changes

Fixed issues

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.3.999-cibuild0054886-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@cla-avalonia
Copy link
Collaborator

cla-avalonia commented Feb 12, 2025

  • All contributors have signed the CLA.

@nightfog-git
Copy link
Contributor Author

@cla-avalonia agree

@maxkatz6 maxkatz6 added the bug label Feb 13, 2025
@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.3.999-cibuild0054892-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 merged commit 156abb7 into AvaloniaUI:master Feb 15, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants