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

Increase level range to 999 (9.99) #57

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Increase level range to 999 (9.99) #57

merged 1 commit into from
Sep 29, 2020

Conversation

987123879113
Copy link
Contributor

@@ -423,7 +423,7 @@ private void InitializeComponent()
// hScrollBarBLEVEL
//
resources.ApplyResources( this.hScrollBarBLEVEL, "hScrollBarBLEVEL" );
this.hScrollBarBLEVEL.Maximum = 109;
this.hScrollBarBLEVEL.Maximum = 999 + 9;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For some reason all maximum values need to be +9. It's a result of a bug somewhere but I have no idea why.

@ericpignet
Copy link
Collaborator

Sorry @987123879113 due to my big PR #59 your PR has conflict. I would recommend getting a fresh clone and redoing your change on the new codebase.

ericpignet referenced this pull request in ericpignet/DTXmaniaNX Sep 29, 2020
@ericpignet ericpignet merged commit e284e2b into limyz:master Sep 29, 2020
@ericpignet
Copy link
Collaborator

I didn't test the change but code looks good and safe, many thanks Nagato.

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.

2 participants