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

Add NumericStepper.Wrap #2018

Merged
merged 1 commit into from
Aug 20, 2021
Merged

Conversation

cwensley
Copy link
Member

  • Min/MaxValue now default to double.Min/MaxValue instead of Negative/PositiveInfinity
  • Wrapping is turned off by default on macOS to be more consistent, and since the default MaxValue is double.MaxValue, it does not make much sense to have it on unless you set your own MaxValue
  • Wrapping added to WinForms/WPF by making the min/max values one increment bigger

- Min/MaxValue now default to double.Min/MaxValue instead of Negative/PositiveInfinity
- Wrapping is turned off by default on macOS to be more consistent, and since the default MaxValue is double.MaxValue, it does not make much sense to have it on unless you set your own MaxValue
- Wrapping added to WinForms/WPF by making the min/max values one increment bigger
@cwensley cwensley added this to the 2.6.0 milestone Aug 20, 2021
@cwensley cwensley merged commit 4a67668 into picoe:develop Aug 20, 2021
@cwensley cwensley deleted the curtis/numeric-stepper-wrap branch August 20, 2021 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant