summaryrefslogtreecommitdiffstats
path: root/src/widget/slider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/slider.rs')
-rw-r--r--src/widget/slider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/slider.rs b/src/widget/slider.rs
index ced0021c..93d4e7e2 100644
--- a/src/widget/slider.rs
+++ b/src/widget/slider.rs
@@ -169,7 +169,7 @@ where
)
}
- fn hash(&self, state: &mut Hasher) {
+ fn hash_layout(&self, state: &mut Hasher) {
self.style.hash(state);
}
}