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

Wpfui numberbox workaround #376

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

Kanuan
Copy link
Collaborator

@Kanuan Kanuan commented Jul 28, 2024

Related to lepoco/wpfui#945

NumberBox requires losing focus twice to properly update the associated property when the value is changed by typing it instead of using the Up/Down buttons.

A workaround was applied until the issue is not properly fixed. It requires changing the UpdateSourceTrigger to PropertyChanged of the Value atribute binding

@nefarius nefarius added bug Something isn't working DSHMC-v3 New Version 3 control app related labels Jul 28, 2024
@nefarius nefarius merged commit d1f37e9 into nefarius:master Jul 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DSHMC-v3 New Version 3 control app related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants