diff options
Diffstat (limited to 'src/widget/radio.rs')
-rw-r--r-- | src/widget/radio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/radio.rs b/src/widget/radio.rs index 7bcb0da2..ead06053 100644 --- a/src/widget/radio.rs +++ b/src/widget/radio.rs @@ -168,7 +168,7 @@ where ) } - fn hash(&self, state: &mut Hasher) { + fn hash_layout(&self, state: &mut Hasher) { self.label.hash(state); } } |