summaryrefslogtreecommitdiffstats
path: root/native/src/widget/slider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget/slider.rs')
-rw-r--r--native/src/widget/slider.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/widget/slider.rs b/native/src/widget/slider.rs
index c75c1e99..a5ff611c 100644
--- a/native/src/widget/slider.rs
+++ b/native/src/widget/slider.rs
@@ -410,7 +410,7 @@ where
layout,
cursor_position,
shell,
- &mut self.state,
+ self.state,
&mut self.value,
&self.range,
self.step,
@@ -432,7 +432,7 @@ where
renderer,
layout,
cursor_position,
- &self.state,
+ self.state,
self.value,
&self.range,
theme,