gmic-qt icon indicating copy to clipboard operation
gmic-qt copied to clipboard

Boundary-Related bug

Open Reptorian1125 opened this issue 1 year ago • 1 comments

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.

Reptorian1125 avatar Jun 13 '24 21:06 Reptorian1125

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).

c-koi avatar Jun 14 '24 08:06 c-koi