Hi @tlambert03
I have a use case where I want to select a range using the RangeSlider AND I also want the same slider to allow me a single value.
For example:
range = (0-3) --> will read planes 0,1,2,3 from my image stack
range = (2-2) --> will read only plane 3 from the stack
But this 2nd case does not seem to be possible because the UI element does not allow to adjust both handles to be the same?
Is that even possible or do you advice to use two sliders (min & max) with some custom logic?