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
/// parameters.
CurrentStep,
// TODO: A CurrentStepWithLabel that overlays the label over the step
}
enum ParamSliderEvent {