From c3134fb5ef1a7e509247433c98821a7402a5d7ec Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 19 Mar 2022 19:31:07 +0100 Subject: [PATCH] Add a todo for another ParamSlider style --- nih_plug_vizia/src/widgets/param_slider.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nih_plug_vizia/src/widgets/param_slider.rs b/nih_plug_vizia/src/widgets/param_slider.rs index 1672dd53..613c419b 100644 --- a/nih_plug_vizia/src/widgets/param_slider.rs +++ b/nih_plug_vizia/src/widgets/param_slider.rs @@ -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 {