diff options
Diffstat (limited to 'src/widget/slider.rs')
-rw-r--r-- | src/widget/slider.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/slider.rs b/src/widget/slider.rs index 531c2992..c7adbb51 100644 --- a/src/widget/slider.rs +++ b/src/widget/slider.rs @@ -222,7 +222,7 @@ pub trait Renderer { fn draw( &mut self, cursor_position: Point, - bounds: Rectangle<f32>, + bounds: Rectangle, state: &State, range: RangeInclusive<f32>, value: f32, |