From 705433069aacef7bd5a34ff78494f08d476a2073 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 14 Mar 2022 16:27:41 +0100 Subject: [PATCH] Add a todo for handling scrolling --- nih_plug_iced/src/widgets/param_slider.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nih_plug_iced/src/widgets/param_slider.rs b/nih_plug_iced/src/widgets/param_slider.rs index d25244ce..90a06148 100644 --- a/nih_plug_iced/src/widgets/param_slider.rs +++ b/nih_plug_iced/src/widgets/param_slider.rs @@ -20,6 +20,7 @@ const GRANULAR_DRAG_MULTIPLIER: f32 = 0.1; /// /// TODO: There are currently no styling options at all /// TODO: Handle Alt+click for text entry +/// TODO: Handle scrolling for steps (and shift+scroll for smaller steps?) pub struct ParamSlider<'a, P: Param> { state: &'a mut State,