| 45 | } |
| 46 | |
| 47 | String DrawableSlider::getTextFromValue(double value) { |
| 48 | //apparently there's a better solution: |
| 49 | //https://forum.juce.com/t/setnumdecimalplacestodisplay-not-behaving-solved/33686/2 |
| 50 | return String(value, getNumDecimalPlacesToDisplay()) + getTextValueSuffix(); |
| 51 | } |
nothing calls this directly
no outgoing calls
no test coverage detected