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

Allow valueStep to be set on Slider creation #3

Closed
Wutname1 opened this issue Aug 12, 2018 · 2 comments
Closed

Allow valueStep to be set on Slider creation #3

Wutname1 opened this issue Aug 12, 2018 · 2 comments

Comments

@Wutname1
Copy link
Contributor

Wutname1 commented Aug 12, 2018

Simple addition to allow the valueStep to be set on the slider.

Example:
StdUi:Slider(parent, width, height, value, vertical, min, max)
to
StdUi:Slider(parent, width, height, value, vertical, min, max, step)

@pwilkowski
Copy link
Contributor

pwilkowski commented Aug 13, 2018

sure but then you would have 8 arguments and that is a bit too much.
You can always set step later:

slider:SetValueStep(value)

@Wutname1
Copy link
Contributor Author

Ya, just a suggestion since step tends to be set often.

@Wutname1 Wutname1 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 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

No branches or pull requests

2 participants