mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
parent
6f56153b6e
commit
30b5f649e5
1 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue