Quote:
Originally Posted by Stefan
Currently the "ticks" are only for display, it will only snap to the closest tick if you press the Shift-key while moving the slider. Eventually we could add an option to always snap to the closest tick ?
|
could make it fairly easily with something like:
PHP Code:
function SliderCtrl.onAction() {
value = int(value);
}
?