gmic-qt
gmic-qt copied to clipboard
Boundary-Related bug
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
And that slide, doesn't change position.
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).