Menu

#10 Increment/Decrement functions do not support negative values

1.0.0
open
Maveryx (32)
6
2010-11-08
2010-11-08
megaride
No

The following functions in class GuiSpinBox:
- increment(int value)
- decrement(int value)
in case of negative 'value' neither perform a decrement/increment nor return an error (or exception)

Discussion