Index: sources/gui/qml/components/Slider.qml =================================================================== diff -u -r328e186fe0f8b6fe4dbe0e14bac6a302e37edb76 -rb8dd541d377ad1e8d7b988ce0163d99bff53843f --- sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision 328e186fe0f8b6fe4dbe0e14bac6a302e37edb76) +++ sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision b8dd541d377ad1e8d7b988ce0163d99bff53843f) @@ -106,7 +106,7 @@ value = getValueOfX(x) - if ( step === 1 ) { /* keep the value and return */ return; } + if ( step === 1 ) { value = parseInt(value); return; } var start = 0 if ( ! stepSnap ) start = minimum