1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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); setValue (newValue, true, true);
sendDragEnd(); sendDragEnd();
} }
else
{ updateText(); // force a clean-up of the text, needed in case setValue() hasn't done this.
updateText();
}
} }
void Slider::buttonClicked (Button* button) void Slider::buttonClicked (Button* button)