Skip to content

Fix scroll bar minimum #86

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

Merged
merged 1 commit into from
Jan 8, 2019
Merged

Fix scroll bar minimum #86

merged 1 commit into from
Jan 8, 2019

Conversation

stevemk14ebr
Copy link
Contributor

May be incomplete, but reclass will now launch on linux.

@KN4CK3R
Copy link
Member

KN4CK3R commented Jan 8, 2019

Is that a Mono problem? Minimum should always be 0 and it's never set.

@stevemk14ebr
Copy link
Contributor Author

No idea i don't use mono usually. I just followed the stack trace to the place and saw it was set to 0, so i made it minimum instead and it worked.

@stevemk14ebr
Copy link
Contributor Author

let me print the minimum and see what mono makes it

@KN4CK3R KN4CK3R merged commit 2eebd57 into ReClassNET:master Jan 8, 2019
@stevemk14ebr
Copy link
Contributor Author

stevemk14ebr commented Jan 8, 2019

The minimum and maximum is -1 by default, so setting it to 0 is out of range. That's odd?

@KN4CK3R
Copy link
Member

KN4CK3R commented Jan 8, 2019

Yep, in the .NET Framework WinForms control it is 0.

@KN4CK3R KN4CK3R mentioned this pull request Mar 3, 2019
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