1
0
Fork 0

Add a todo for another ParamSlider style

This commit is contained in:
Robbert van der Helm 2022-03-19 19:31:07 +01:00
parent 9e8b498676
commit c3134fb5ef

View file

@ -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 {