fzzyhmstrs / fconfig

Other
7 stars 3 forks source link

Min greater than max breaks sliders #15

Closed MincraftEinstein closed 3 weeks ago

MincraftEinstein commented 4 weeks ago

If you set the min value larger than the max value for a number the slider won't work right, you can slide them, but it just resets back to the largest number when you release your mouse button). Should probably have some kind of error/exception thrown for this

fzzyhmstrs commented 3 weeks ago

adding exception throw in next release for min >= max