TTRangeSlider icon indicating copy to clipboard operation
TTRangeSlider copied to clipboard

'No Min' & 'No Max' String instead of Float Values

Open taimur opened this issue 5 years ago • 0 comments

Hi Everyone

Is there any way to show ‘No Min’ and ‘No Max’ instead of original values if selectedMin == minValue and selectedMax == maxValue.

I have used the delegates but the min and max values are float.

rangeSlider.selectedMin  == rangeSlider.minValue
rangeSlider.selectedMax == rangeSlider.maxValue

Here is the reference image https://imgur.com/a/EPiDaGq

taimur avatar Sep 11 '19 13:09 taimur