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

Fixed problem with setting "Step:" to high values #95

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

jakobkieri
Copy link
Contributor

Several problems and weird behaviours arise if step_count is given value much larger than 2^32, this also includes overflow. The artificial border of 2^32 prevents this while still being significantly larger than necessary for regular use

Copy link
Collaborator

@onsdagens onsdagens left a comment

Choose a reason for hiding this comment

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

Hi, thank you for your contribution. I think we should remove the slider altogether and make this a field only instead, a tiny slider for values between 0-2^32 makes little sense (especially when typically you're looking for something more in the 0-1000 range). For now though, this will do

@onsdagens onsdagens merged commit 8b197bd into perlindgren:master Nov 13, 2024
4 checks passed
@onsdagens onsdagens mentioned this pull request Nov 13, 2024
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