Add a todo for another ParamSlider style
This commit is contained in:
parent
9e8b498676
commit
c3134fb5ef
|
@ -47,6 +47,7 @@ pub enum ParamSliderStyle {
|
||||||
/// Show the current step instead of filling a portion fothe bar, useful for discrete
|
/// Show the current step instead of filling a portion fothe bar, useful for discrete
|
||||||
/// parameters.
|
/// parameters.
|
||||||
CurrentStep,
|
CurrentStep,
|
||||||
|
// TODO: A CurrentStepWithLabel that overlays the label over the step
|
||||||
}
|
}
|
||||||
|
|
||||||
enum ParamSliderEvent {
|
enum ParamSliderEvent {
|
||||||
|
|
Loading…
Reference in a new issue