SliderText not updated

Hi Jules,

oddly I couldn’t find any post spotting the following bug…?!

I took any slider in the JuceDemo with a TextBox (minValue(0) and maxValue (100)).
If the sliderValue is already at maximum (100) and I put an out of range value (>100) in the textBox, the setValue() method sets a valid sliderValue (100), but the updateText() method never gets called, so it displays the out of range value entered.
(same problem with sliderValue = minValue and textValueEntered < minValue)

I fixed this a while ago, it’s there in the tip at sourceforge.

alright :wink: