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

Boundary-Related bug #205

Open
Reptorian1125 opened this issue Jun 13, 2024 · 1 comment
Open

Boundary-Related bug #205

Reptorian1125 opened this issue Jun 13, 2024 · 1 comment

Comments

@Reptorian1125
Copy link

Reptorian1125 commented Jun 13, 2024

If you test this code, you'll find that the slider is bugged.

#@gui Maximum Int Dialog:__none__,gui_maximum_int_dialog_test
#@gui:Boundary=int(0,-2147483647,2147483647)
gui_maximum_int_dialog_test:
error $1

image

And that slide, doesn't change position.

@c-koi
Copy link
Owner

c-koi commented Jun 14, 2024

This is a bug with Qt's QSlider with this particular, almost maximal, range. (Maximal range is actually -2147483648 → 2147483647).
This bug is fixed with Qt 6.7.1 (and certainly in an earlier release).

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