mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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);
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue