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: Fixes #952 and improve stability #953

Merged
merged 9 commits into from
Jan 21, 2014

Conversation

michaelmairegger
Copy link
Contributor

No description provided.

@flagbug flagbug mentioned this pull request Jan 17, 2014
7 tasks
@@ -59,7 +85,7 @@ public class NumericUpDown : Control
#endregion

private double _internalIntervalMultiplierForCalculation = DefaultInterval;
private double _internalLargeChange;
private double _internalLargeChange = DefaultInterval * 100;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is better add in the constructor of the instances no ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can, but since DefaultInterval is a const there would be no differences.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok, if is a const ok :P

@flagbug
Copy link
Member

flagbug commented Jan 21, 2014

Is this finished? If yes we can merge this and release v0.12.1 ✨

@michaelmairegger
Copy link
Contributor Author

I will review it in the next few hours and give you the O.K.

flagbug added a commit that referenced this pull request Jan 21, 2014
NumericUpDown: Fixes #952 and improve stability
@flagbug flagbug merged commit c978f20 into MahApps:master Jan 21, 2014
@michaelmairegger michaelmairegger deleted the hotfix/Issue#952 branch January 21, 2014 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants