1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-07-12 10:18:50 +00:00
parent 6f56153b6e
commit 30b5f649e5

View file

@ -638,10 +638,8 @@ void Slider::labelTextChanged (Label* label)
setValue (newValue, true, true);
sendDragEnd();
}
else
{
updateText();
}
updateText(); // force a clean-up of the text, needed in case setValue() hasn't done this.
}
void Slider::buttonClicked (Button* button)