If a SliderStyle is used AND a negative minimumValue is used, the slider’s handle goes off its groove. Like this…
Screenshot [jawad.zenfolio.com]
This happens even if the SliderStyle is empty (so probably not something I did wrong):
Slider {
id: sld
minimumValue: -1.0
maximumValue: 1.0
style: SliderStyle {}
}
Is there a solution for this ?
Am I doing something wrong?
Thanks for your help !
↧