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

increment range in a slider #40

Open
jaehongpark-neuro opened this issue Sep 19, 2022 · 1 comment
Open

increment range in a slider #40

jaehongpark-neuro opened this issue Sep 19, 2022 · 1 comment

Comments

@jaehongpark-neuro
Copy link

Hi,

While floating ranges, such as slider(0.1:0.1:10) does work well, integer increment looks like work not well.
n = slider(0.1:0.1:10)

For example,
with a slider(1:10:91), I was expecting the value moved like 1, 11,21----81,91, but the value moved as if the range is 1:1:91.
m = slider(1:10:91)

Did I missing something or am I confused to use?

Thanks,

@jaehongpark-neuro
Copy link
Author

JuliaGraphics/Gtk.jl#659

it looks like Gtk.jl again..

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

1 participant