summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
Diffstat (limited to 'native')
-rw-r--r--native/src/widget/slider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/slider.rs b/native/src/widget/slider.rs
index 7a3e8071..3ce53f6c 100644
--- a/native/src/widget/slider.rs
+++ b/native/src/widget/slider.rs
@@ -144,7 +144,7 @@ where
}
/// The local state of a [`Slider`].
-#[derive(Debug, Clone, Copy, PartialEq, Default)]
+#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
pub struct State {
is_dragging: bool,
}